Update default.yml

remove cachix
This commit is contained in:
Valentin Boettcher 2023-11-30 13:23:23 -05:00 committed by GitHub
parent 0f86bc1b55
commit 37fb4c429f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,14 +17,6 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v10
with:
name: hops
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community
- run: nix build -L
- run: nix develop -c bash -c "cd docs && make html && cd build/html && touch .nojekyll"
- uses: actions/upload-artifact@v2
with:
name: DocumentationHTML