fix checkout for build
This commit is contained in:
parent
6cef9d9434
commit
44e51f777a
1 changed files with 2 additions and 0 deletions
|
@ -21,5 +21,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: flakes-action
|
runs-on: flakes-action
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
name: Checkout
|
||||||
- run: |
|
- run: |
|
||||||
nix develop -c hugo --gc --minify
|
nix develop -c hugo --gc --minify
|
Loading…
Reference in a new issue