File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ jobs:
4141 with :
4242 path : docs/build/html
4343
44- deploy-pages :
45- if : github.ref == 'refs/heads/main'
46- needs : build-docs
47- runs-on : ubuntu-latest
48-
49- permissions :
50- pages : write
51- id-token : write
44+ deploy-pages :
45+ if : github.ref == 'refs/heads/main'
46+ needs : build-docs
47+ runs-on : ubuntu-latest
48+
49+ permissions :
50+ pages : write
51+ id-token : write
5252
53- environment :
54- name : github-pages
55- url : ${{ steps.deployment.outputs.page_url }}$
56-
57- steps :
58- - name : Deploy to GitHub Pages
59- id : deployment
60- uses : actions/deploy-pages@v4
53+ environment :
54+ name : github-pages
55+ url : ${{ steps.deployment.outputs.page_url }}$
56+
57+ steps :
58+ - name : Deploy to GitHub Pages
59+ id : deployment
60+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments