.forgejo/workflows/build.yaml aktualisiert
This commit is contained in:
parent
3b12c35389
commit
5b0fb3aaa2
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ on: [push]
|
|||
branches: [main]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
env:
|
||||
HUGO_VERSION: 0.115.4
|
||||
steps:
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
path: ./public
|
||||
if-no-files-found: error
|
||||
push:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue