diff --git a/.forgejo/workflows/build-static-server.yaml b/.forgejo/workflows/build-static-server.yaml index 6cbc610..5d9a16f 100644 --- a/.forgejo/workflows/build-static-server.yaml +++ b/.forgejo/workflows/build-static-server.yaml @@ -5,6 +5,7 @@ on: branches: [main] paths: - 'deploy-static-site/images/flake.nix' + - 'deploy-static-site/images/flake.lock' workflow_dispatch: jobs: @@ -13,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Run smoke check + run: nix build ./deploy-static-site/images#checks.x86_64-linux.smoke + - name: Build static-server image run: nix build ./deploy-static-site/images#staticServer --out-link result-static-server