aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yaml')
-rw-r--r--.github/workflows/deploy.yaml7
1 files changed, 4 insertions, 3 deletions
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:
10 pages: write 10 pages: write
11 id-token: write 11 id-token: write
12 12
13# concurrency: 13concurrency:
14# group: "pages" 14 group: "pages"
15# cancel-in-progress: false 15 cancel-in-progress: false
16 16
17jobs: 17jobs:
18 build: 18 build:
@@ -36,6 +36,7 @@ jobs:
36 name: github-pages 36 name: github-pages
37 url: ${{ steps.deployment.outputs.page_url }} 37 url: ${{ steps.deployment.outputs.page_url }}
38 runs-on: ubuntu-latest 38 runs-on: ubuntu-latest
39 needs: build
39 steps: 40 steps:
40 - name: Deploy to GitHub Pages 41 - name: Deploy to GitHub Pages
41 id: deployment 42 id: deployment