Skip to content

Commit 1601827

Browse files
committed
Another try to fix github pages.
1 parent 45900f9 commit 1601827

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)