Compare commits
2 Commits
c8b689943b
...
c966b1c617
Author | SHA1 | Date | |
---|---|---|---|
c966b1c617 | |||
e8478372e7 |
@ -27,3 +27,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run build script
|
- name: Run build script
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Upload Output
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: static-website
|
||||||
|
path: site/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user