File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -66,23 +66,23 @@ jobs:
6666 path : dist.tar.gz
6767
6868 # Deploy job
69- # deploy:
70- # # Add a dependency to the build job
71- # needs: build
69+ deploy :
70+ # Add a dependency to the build job
71+ needs : build
7272
73- # # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
74- # permissions:
75- # pages: write # to deploy to Pages
76- # id-token: write # to verify the deployment originates from an appropriate source
73+ # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
74+ permissions :
75+ pages : write # to deploy to Pages
76+ id-token : write # to verify the deployment originates from an appropriate source
7777
78- # Deploy to the github-pages environment
79- # environment:
80- # url: ${{ steps.deployment.outputs.page_url }}
81- # name: github-pages
78+ # Deploy to the github-pages environment
79+ environment :
80+ url : ${{ steps.deployment.outputs.page_url }}
81+ name : github-pages
8282
83- # Specify runner + deployment step
84- # runs-on: ubuntu-latest
85- # steps:
86- # - name: Deploy to GitHub Pages
87- # id: deployment
88- # uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
83+ # Specify runner + deployment step
84+ runs-on : ubuntu-latest
85+ steps :
86+ - name : Deploy to GitHub Pages
87+ id : deployment
88+ uses : actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
You can’t perform that action at this time.
0 commit comments