mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
Revert "run deploy on self-hosted runner"
This reverts commit d2323ec633
.
This commit is contained in:
parent
d2323ec633
commit
fd088ebaa0
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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: "0.121.1"
|
HUGO_VERSION: "0.121.1"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue