File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 5959 steps :
6060 - uses : actions/checkout@v4
6161
62- - name : Install Nix
63- uses : cachix/install-nix-action@v27
64- with :
65- extra_nix_config : |
66- substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
67- trusted-public-keys = nix-cache.lowrisc.org-public-1:O6JLD0yXzaJDPiQW1meVu32JIDViuaPtGDfjlOopU7o= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
68-
6962 - name : Setup Cache
7063 if : github.event_name != 'pull_request'
7164 run : |
Original file line number Diff line number Diff line change 2929 url : ${{ steps.deployment.outputs.page_url }}
3030 runs-on : nixos
3131 steps :
32- - name : Install Nix
33- uses : cachix/install-nix-action@v27
34- with :
35- extra_nix_config : |
36- substituters = https://nix-cache.lowrisc.org/public/ https://cache.nixos.org/
37- trusted-public-keys = nix-cache.lowrisc.org-public-1:O6JLD0yXzaJDPiQW1meVu32JIDViuaPtGDfjlOopU7o= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
3832 - name : Checkout
3933 uses : actions/checkout@v4
4034 - name : Build Documentation
You can’t perform that action at this time.
0 commit comments