aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-04 20:59:14 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-04 20:59:14 +0100
commitfa8709e3e19486aca1ca7eaa41c1652fd9413b5e (patch)
tree6bc99673b81659428f3635f5fdf0faf97e4c10bb
parenta946b865c1ce4be03f90aa22c4d232e362698344 (diff)
downloadmitjafelicijan.com-fa8709e3e19486aca1ca7eaa41c1652fd9413b5e.tar.gz
Upgraded deployment
-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