File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
uses : actions/checkout@v4
22
22
- name : Install, build, and upload your site
23
23
uses : withastro/action@v3
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
33
33
34
34
deploy :
35
35
needs : build
@@ -38,10 +38,10 @@ jobs:
38
38
name : github-pages
39
39
url : ${{ steps.deployment.outputs.page_url }}
40
40
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
45
45
- name : Deploy to GitHub Pages
46
46
id : deployment
47
47
uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments