mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Fix the webring build action
This commit is contained in:
parent
3fff174d96
commit
5e55792cf1
6
.github/workflows/build-webring.yml
vendored
6
.github/workflows/build-webring.yml
vendored
@ -11,8 +11,10 @@ jobs:
|
||||
- uses: cachix/install-nix-action@v17
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||
- run: nix develop -c make build-openring
|
||||
- run: |
|
||||
- name: Build webring
|
||||
run: nix develop -c make build-openring
|
||||
- name: Commit the changes
|
||||
run: |
|
||||
# Show the commit as set by the Actions bot.
|
||||
# https://github.com/actions/checkout/discussions/479
|
||||
git config user.name 'github-actions[bot]'
|
||||
|
Loading…
Reference in New Issue
Block a user