mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
Compare commits
No commits in common. "d1b7c652d2ebf3ef5c9f495134d1da6780f02646" and "9074af59827b2730c7ec1db801f27ee483149721" have entirely different histories.
d1b7c652d2
...
9074af5982
2 changed files with 9 additions and 11 deletions
17
.github/workflows/update.yml
vendored
17
.github/workflows/update.yml
vendored
|
@ -47,16 +47,15 @@ jobs:
|
|||
run: nix build .
|
||||
|
||||
- name: Build
|
||||
run: >
|
||||
nix run .
|
||||
--
|
||||
build --minimal
|
||||
--host "othalan"
|
||||
--flake .
|
||||
--debug
|
||||
--
|
||||
run: |
|
||||
nix run . \
|
||||
-- \
|
||||
build --minimal \
|
||||
--host "othalan" \
|
||||
--flake . \
|
||||
--debug \
|
||||
-- \
|
||||
--print-build-logs
|
||||
--keep-going
|
||||
|
||||
- name: Commit Updates
|
||||
uses: daylin-bot/actions/commit-and-push@main
|
||||
|
|
|
@ -7,6 +7,5 @@
|
|||
quarto
|
||||
cachix
|
||||
graphviz
|
||||
typst
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue