From fa8709e3e19486aca1ca7eaa41c1652fd9413b5e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 4 Feb 2025 20:59:14 +0100 Subject: Upgraded deployment --- .github/workflows/deploy.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a19b024..062b49e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,9 +10,9 @@ permissions: pages: write id-token: write -# concurrency: -# group: "pages" -# cancel-in-progress: false +concurrency: + group: "pages" + cancel-in-progress: false jobs: build: @@ -36,6 +36,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + needs: build steps: - name: Deploy to GitHub Pages id: deployment -- cgit v1.2.3