We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e75f9 commit 8c1c3fbCopy full SHA for 8c1c3fb
.github/workflows/deploy.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/checkout@v3
23
- name: Install, build, and upload your site
24
uses: withastro/action@v0
25
+ - name: Upload artifact
26
+ uses: actions/upload-pages-artifact@v3
27
# with:
28
# path: . # The root location of your Astro project inside the repository. (optional)
29
# 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:
36
38
steps:
37
39
- name: Deploy to GitHub Pages
40
id: deployment
- uses: actions/deploy-pages@v4
41
+ uses: actions/deploy-pages@v1
0 commit comments