mirror of
https://github.com/vale981/hopsflow
synced 2025-03-04 16:31:38 -05:00
re-add the sphinx build
This commit is contained in:
parent
37fb4c429f
commit
21ecb60ecf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/default.yml
vendored
3
.github/workflows/default.yml
vendored
|
@ -16,7 +16,8 @@ jobs:
|
|||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ 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
|
||||
with:
|
||||
name: DocumentationHTML
|
||||
|
|
Loading…
Add table
Reference in a new issue