Update .forgejo/workflows/build_and_test.yml
All checks were successful
Build and Deploy Test Version (with Drafts) - next.asandikci.com / build-drafts-and-deploy (push) Successful in 3m9s

This commit is contained in:
Aliberk Sandıkçı 2025-01-19 17:58:53 +03:00
parent 096bd8c91b
commit 7727e0c5c0

View file

@ -53,7 +53,7 @@ jobs:
- name: Deploy - name: Deploy
run: | run: |
mkdir deploy && cd deploy mkdir deploy && cd deploy
cp -rfv ../web/_site . cp -rfv ../_site .
cd _site cd _site
# CURRENTLY USING PURE STFP FOR AUTH ONLY # CURRENTLY USING PURE STFP FOR AUTH ONLY