File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout your repository using git
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v3
22
22
- name : Install, build, and upload your site
23
23
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
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