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
|
id: pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v4
|
||||||
- name: Setup Nix
|
- name: Setup Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@v12
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
run: |
|
run: |
|
||||||
nix develop --command bash -c "hugo \
|
nix develop --command bash -c "hugo \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue