Skip to content

Commit 5d4ba50

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21+
- name: Upload tests output
22+
uses: actions/upload-artifact@v4
2123
- name: Checkout your repository using git
2224
uses: actions/checkout@v4
2325
- name: Enable Corepack before setting up Node
@@ -28,6 +30,7 @@ jobs:
2830
path: . # The root location of your Astro project inside the repository. (optional)
2931
node-version: 18 # The specific version of Node that should be used to build your site. Defaults to 18. (optional)
3032
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+
3134

3235
deploy:
3336
needs: build

0 commit comments

Comments
 (0)