From 5a41db7d535b89023ba5c688a3a190ee8da50b1c Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 26 Apr 2025 23:02:58 +0200 Subject: [PATCH] Attempt to fix build --- .forgejo/snippets/setup.yml | 2 -- .forgejo/workflows/deploy_hosted.yml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/snippets/setup.yml b/.forgejo/snippets/setup.yml index 2716466b50..10255bee3b 100644 --- a/.forgejo/snippets/setup.yml +++ b/.forgejo/snippets/setup.yml @@ -3,8 +3,6 @@ description: 'Checkout code, set up Nodejs, run `npm ci`' runs: using: 'composite' steps: - - uses: actions/checkout@v4 - - name: Setup up Node.js uses: actions/setup-node@v4 with: diff --git a/.forgejo/workflows/deploy_hosted.yml b/.forgejo/workflows/deploy_hosted.yml index c0d042a641..a8bfd4d0b2 100644 --- a/.forgejo/workflows/deploy_hosted.yml +++ b/.forgejo/workflows/deploy_hosted.yml @@ -9,6 +9,7 @@ jobs: deploy_on_hosted: runs-on: [ubuntu-latest, hetzner-access] steps: + - uses: actions/checkout@v4 - uses: ./.forgejo/snippets/setup.yml - name: create generated dir