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.
2 parents e0a4483 + 1b5d6ff commit 47bc797Copy full SHA for 47bc797
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Enable Corepack before setting up Node
24
run: corepack enable
25
- name: Install, build, and upload your site
26
- uses: withastro/action@v1
+ uses: withastro/action@v4
27
with:
28
path: . # The root location of your Astro project inside the repository. (optional)
29
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
@@ -36,8 +36,6 @@ jobs:
36
name: github-pages
37
url: ${{ steps.deployment.outputs.page_url }}
38
steps:
39
- - name: Upload tests output
40
- uses: actions/upload-artifact@v4
41
- name: Deploy to GitHub Pages
42
id: deployment
43
uses: actions/deploy-pages@v1
0 commit comments