File tree Expand file tree Collapse file tree 1 file changed +23
-17
lines changed
Expand file tree Collapse file tree 1 file changed +23
-17
lines changed Original file line number Diff line number Diff line change 11name : Build and deploy
2+
23on :
3- push :
4- branches :
5- - main
6- - master
7- workflow_dispatch :
4+ push :
5+ branches :
6+ - main
7+ - master
8+ workflow_dispatch :
9+
810permissions :
9- contents : read
10- pages : write
11- id-token : write
11+ contents : read
12+ pages : write
13+ id-token : write
14+
1215concurrency :
13- group : pages
14- cancel-in-progress : false
16+ group : pages
17+ cancel-in-progress : false
18+
1519defaults :
1620 run :
1721 shell : bash
22+
1823jobs :
1924 build :
2025 runs-on : ubuntu-latest
2126 env :
22- DART_SASS_VERSION : 1.97.1
23- GO_VERSION : 1.25.5
24- HUGO_VERSION : 0.154.2
25- NODE_VERSION : 24.12.0
26- TZ : Europe/Oslo
27+ DART_SASS_VERSION : 1.97.1
28+ GO_VERSION : 1.25.5
29+ HUGO_VERSION : 0.154.2
30+ NODE_VERSION : 24.12.0
31+ TZ : Europe/Oslo
2732 steps :
2833 - name : Checkout
2934 uses : actions/checkout@v5
@@ -93,10 +98,11 @@ jobs:
9398 uses : actions/upload-pages-artifact@v3
9499 with :
95100 path : ./public
101+
96102 deploy :
97103 environment :
98- name : github-pages
99- url : ${{ steps.deployment.outputs.page_url }}
104+ name : github-pages
105+ url : ${{ steps.deployment.outputs.page_url }}
100106 runs-on : ubuntu-latest
101107 needs : build
102108 steps :
You can’t perform that action at this time.
0 commit comments