mirror of
https://github.com/vale981/hopsflow
synced 2025-03-04 16:31:38 -05:00
update github action
This commit is contained in:
parent
5d5b561f0f
commit
6592e43fe5
1 changed files with 3 additions and 5 deletions
8
.github/workflows/default.yml
vendored
8
.github/workflows/default.yml
vendored
|
@ -10,12 +10,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
environment: actions
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: cachix/install-nix-action@v15
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: nix build -L
|
||||
- run: nix develop -c bash -c "cd docs && make html && cd build/html && touch .nojekyll"
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue