File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1- name : Deploy HTML
1+ name : Deploy index.html
22
33on :
44 push :
@@ -23,18 +23,17 @@ jobs:
2323 deploy :
2424 environment :
2525 name : github-pages
26- url : ${{ steps.deployment.outputs.page_url }}
26+ url : ${{steps.deployment.outputs.page_url}}
2727 runs-on : ubuntu-latest
28-
2928 steps :
30- - name : Checkout repository
31- uses : actions/checkout@v4
32-
33- - name : Upload artifact
29+ - name : Checkout
30+ uses : actions/checkout@v4
31+ - name : Setup Pages
32+ uses : actions/configure-pages@v5
33+ - name : Upload Artifact
3434 uses : actions/upload-pages-artifact@v3
3535 with :
36- path : ./
37-
38- - name : Deploy to GitHub Pages
39- id : deployment
40- uses : actions/deploy-pages@v4
36+ path : ' .'
37+ - name : Deploy to GitHub Pages
38+ id : deployment
39+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments