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
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: Install required packages
|
||||
run: npm install
|
||||
- run: npm install
|
||||
- name: Build static site
|
||||
run: npm run build
|
||||
- name: Delete unnecessary data files
|
||||
|
@ -42,6 +41,7 @@ jobs:
|
|||
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: static-site
|
||||
|
|
Loading…
Reference in a new issue