mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 06:52:18 +00:00
run deploy on self-hosted runner
This commit is contained in:
parent
f484bb98d7
commit
e310192cd1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-to-neocities.yml
vendored
2
.github/workflows/deploy-to-neocities.yml
vendored
|
@ -17,7 +17,7 @@ defaults:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
HUGO_VERSION: "0.121.1"
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue