Meta: update github action
Added specific version of nix-installer-action instead of main.
This commit is contained in:
parent
4722642769
commit
54bada0773
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
id: pages
|
||||
uses: actions/configure-pages@v4
|
||||
- name: Setup Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
uses: DeterminateSystems/nix-installer-action@v12
|
||||
- name: Build with Hugo
|
||||
run: |
|
||||
nix develop --command bash -c "hugo \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue