diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4a175db..9bfdcea 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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