me
/
ethanreece.com
Archived
1
0
Fork 0

Update checkout to v4
Build website / Build-Website (push) Failing after 12s Details

main
Ethan Reece 2023-10-16 16:18:14 -05:00
parent 5979b55675
commit cb26127980
Signed by: me
GPG Key ID: D3993665FF92E1C3
1 changed files with 4 additions and 6 deletions

View File

@ -5,12 +5,10 @@ jobs:
Build-Website:
runs-on: node-lts-alpine
steps:
- uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: 18
- run: npm install
- run: npm run build
- uses: actions/checkout@v4
- run: |
npm install
npm run build
- uses: actions/upload-artifact@v3
with:
name: site