mirror of
https://github.com/vale981/hopsflow
synced 2025-03-05 08:51:37 -05:00
Update default.yml
remove cachix
This commit is contained in:
parent
0f86bc1b55
commit
37fb4c429f
1 changed files with 0 additions and 8 deletions
8
.github/workflows/default.yml
vendored
8
.github/workflows/default.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue