missing checkout step
This commit is contained in:
parent
357dfca282
commit
cd1ce9d8b2
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,7 @@ jobs:
|
||||||
container: node:lts
|
container: node:lts
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- name: Install required packages
|
- run: npm install
|
||||||
run: npm install
|
|
||||||
- name: Build static site
|
- name: Build static site
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Delete unnecessary data files
|
- name: Delete unnecessary data files
|
||||||
|
@ -42,6 +41,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: https://code.forgejo.org/actions/checkout@v3
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: static-site
|
name: static-site
|
||||||
|
|
Loading…
Reference in a new issue