From cd1ce9d8b23e1484c231bfd7d884a780843f24cb Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 19 Dec 2023 22:30:02 +0100 Subject: [PATCH] missing checkout step --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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