me
/
ethanreece.com
Archived
1
0
Fork 0

Change runner to self-hosted
Build website / Explore-Gitea-Actions (push) Failing after 15s Details

main
Ethan Reece 2023-10-16 15:35:16 -05:00
parent 2a5ff69173
commit fd5b45c4a4
Signed by: me
GPG Key ID: D3993665FF92E1C3
1 changed files with 4 additions and 1 deletions

View File

@ -3,9 +3,12 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: node:lts runs-on: self-hosted
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install - run: npm install
- run: npm run build - run: npm run build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3