Update build step for building webring

This commit is contained in:
Gabriel Arazas 2023-05-19 13:34:08 +08:00
parent 2a2c151f09
commit 67d5ff8bea
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -12,7 +12,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Build webring
run: nix develop -c rake build_openring
run: nix develop -c rake build_webring
- name: Commit the changes
run: |
# Show the commit as set by the Actions bot.