fix dir
All checks were successful
Build and Deploy Test Version (with/without Drafts) - next.asandikci.com / build-drafts-and-deploy (push) Successful in 1m4s
All checks were successful
Build and Deploy Test Version (with/without Drafts) - next.asandikci.com / build-drafts-and-deploy (push) Successful in 1m4s
This commit is contained in:
parent
17d29037ed
commit
4a02ad7692
1 changed files with 1 additions and 3 deletions
|
@ -83,10 +83,8 @@ jobs:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
mkdir deploy && cd deploy
|
mkdir deploy && cd deploy
|
||||||
ls -la
|
|
||||||
pwd
|
|
||||||
cp -rfv ../web/_site .
|
cp -rfv ../web/_site .
|
||||||
ls -la
|
cd _site
|
||||||
|
|
||||||
# CURRENTLY USING PURE STFP FOR AUTH ONLY
|
# CURRENTLY USING PURE STFP FOR AUTH ONLY
|
||||||
# TODO: CHANGE THIS
|
# TODO: CHANGE THIS
|
||||||
|
|
Loading…
Reference in a new issue