File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 concurrency :
1414 group : ${{ github.workflow }}-${{ github.ref }}
15- permissions :
16- contents : write # Für peaceiris/actions-gh-pages@v3
17- pages : write
18- id-token : write
19-
2015 steps :
2116 - name : Checkout
2217 uses : actions/checkout@v4
@@ -34,18 +29,22 @@ jobs:
3429
3530 - name : Add CNAME file
3631 if : github.ref != 'refs/heads/main'
37- run : echo 'preview.rfd-fhem.github.io' > build/site/html/CNAME"
32+ run : echo 'preview.rfd-fhem.github.io' > " build/site/html/CNAME"
3833
3934 - name : Add CNAME file
4035 if : github.ref == 'refs/heads/main'
41- run : echo 'pysignalduino.rfd-fhem.github.io' > build/site/html/CNAME"
36+ run : echo 'pysignalduino.rfd-fhem.github.io' > " build/site/html/CNAME"
4237
4338 - name : Upload artifact
4439 uses : actions/upload-pages-artifact@v4
4540 with :
4641 path : build/site/html
4742
4843 deploy :
44+ permissions :
45+ contents : write
46+ pages : write
47+ id-token : write
4948 environment :
5049 name : github-pages
5150 url : ${{ steps.deployment.outputs.page_url }}
You can’t perform that action at this time.
0 commit comments