Try creating the _site directory from scratch
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 2m8s
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 2m8s
This commit is contained in:
parent
4ec0e4098f
commit
e435cba894
@ -25,4 +25,4 @@ jobs:
|
|||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||||
- name: Copy _site to prod
|
- name: Copy _site to prod
|
||||||
run: scp -rp _site/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/html
|
run: scp -rp _site/. ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/html/_site/
|
@ -1,7 +1,7 @@
|
|||||||
name: Build on push
|
name: Build on push
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '@hourly'
|
- cron: '@weekly'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-webhook:
|
build-webhook:
|
||||||
|
Loading…
Reference in New Issue
Block a user