Skip to content

Commit 71ebda3

Browse files
authored
Update deploy.yml
1 parent 5d4ba50 commit 71ebda3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- name: Upload tests output
22-
uses: actions/upload-artifact@v4
2321
- name: Checkout your repository using git
2422
uses: actions/checkout@v4
2523
- name: Enable Corepack before setting up Node
@@ -29,8 +27,7 @@ jobs:
2927
with:
3028
path: . # The root location of your Astro project inside the repository. (optional)
3129
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
32-
package-manager: yarn@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
33-
30+
package-manager: yarn@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3431

3532
deploy:
3633
needs: build
@@ -39,6 +36,8 @@ jobs:
3936
name: github-pages
4037
url: ${{ steps.deployment.outputs.page_url }}
4138
steps:
39+
- name: Upload tests output
40+
uses: actions/upload-artifact@v4
4241
- name: Deploy to GitHub Pages
4342
id: deployment
4443
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)