We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 861ac0f + 652ffd2 commit 57976e4Copy full SHA for 57976e4
1 file changed
.github/workflows/website.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v6
23
- name: Install, build, and upload your site
24
- uses: withastro/action@v4
+ uses: withastro/action@v5
25
with:
26
path: website # The root location of your Astro project inside the repository. (optional)
27
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
0 commit comments