downgraded artifact tools
This commit is contained in:
parent
8c07d4d029
commit
e6bd4f18bf
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: rm -r public/assets/data/
|
run: rm -r public/assets/data/
|
||||||
- name: Add missing config for binserve
|
- name: Add missing config for binserve
|
||||||
run: cp serve.json public
|
run: cp serve.json public
|
||||||
- uses: https://code.forgejo.org/actions/upload-artifact@v4
|
- uses: https://code.forgejo.org/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: static-site
|
name: static-site
|
||||||
path: public/
|
path: public/
|
||||||
|
@ -42,7 +42,7 @@ jobs:
|
||||||
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
|
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: static-site
|
name: static-site
|
||||||
- name: Setup ssh
|
- name: Setup ssh
|
||||||
|
|
Loading…
Reference in a new issue