File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 uses : actions/checkout@v4
2222 - name : Install, build, and upload your site
2323 uses : withastro/action@v1
24- # with:
25- # path: .
26- # node-version: 20
27- # - name: Upload artifact
28- # uses: actions/upload-artifact@v4
29- # with:
30- # name: github-pages
31- # path: ./dist
32- # if-no-files-found: error
24+ with :
25+ path : .
26+ node-version : 20
27+ - name : Upload artifact
28+ uses : actions/upload-artifact@v4
29+ with :
30+ name : github-pages
31+ path : ./dist
32+ if-no-files-found : error
3333
3434 deploy :
3535 needs : build
@@ -38,10 +38,10 @@ jobs:
3838 name : github-pages
3939 url : ${{ steps.deployment.outputs.page_url }}
4040 steps :
41- # - name: Download artifact
42- # uses: actions/download-artifact@v4
43- # with:
44- # name: github-pages
41+ - name : Download artifact
42+ uses : actions/download-artifact@v4
43+ with :
44+ name : github-pages
4545 - name : Deploy to GitHub Pages
4646 id : deployment
4747 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments