We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36a5a0 commit d446fcfCopy full SHA for d446fcf
.github/workflows/publish.yml
@@ -22,8 +22,6 @@ jobs:
22
with:
23
name: phijor
24
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
25
- - name: Getting nix version
26
- run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
27
- name: Render Agda code to HTML
28
run: nix build --print-build-logs '.#default.html'
29
# XXX: https://github.com/actions/deploy-pages/issues/58
0 commit comments