Skip to content

Commit 2ecc5b7

Browse files
committed
Upload the website as an artifact for testing needs.
1 parent 3b1a2af commit 2ecc5b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pullrequest.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
- name: Build Site
4747
run: npm run build
4848

49+
- name: Upload Site Artifact
50+
uses: actions/upload-pages-artifact@v3
51+
with:
52+
path: _site
53+
4954
complete:
5055
runs-on: ubuntu-latest
5156
needs: test

0 commit comments

Comments
 (0)