Skip to content

Commit 1b5d6ff

Browse files
authored
Update deploy.yml
1 parent e0a4483 commit 1b5d6ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Enable Corepack before setting up Node
2424
run: corepack enable
2525
- name: Install, build, and upload your site
26-
uses: withastro/action@v1
26+
uses: withastro/action@v4
2727
with:
2828
path: . # The root location of your Astro project inside the repository. (optional)
2929
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:
3636
name: github-pages
3737
url: ${{ steps.deployment.outputs.page_url }}
3838
steps:
39-
- name: Upload tests output
40-
uses: actions/upload-artifact@v4
4139
- name: Deploy to GitHub Pages
4240
id: deployment
4341
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)