Skip to content

Commit 8c1c3fb

Browse files
committed
Force deploy 2
1 parent 13e75f9 commit 8c1c3fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/checkout@v3
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v0
25+
- name: Upload artifact
26+
uses: actions/upload-pages-artifact@v3
2527
# with:
2628
# path: . # The root location of your Astro project inside the repository. (optional)
2729
# node-version: 16 # The specific version of Node that should be used to build your site. Defaults to 16. (optional)
@@ -36,4 +38,4 @@ jobs:
3638
steps:
3739
- name: Deploy to GitHub Pages
3840
id: deployment
39-
uses: actions/deploy-pages@v4
41+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)