Skip to content

Commit

Permalink
ci(docs): improve docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Jan 15, 2024
1 parent 078dbab commit 7c92a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Expand Up @@ -120,11 +120,11 @@ jobs:
- name: Build documentation
run: |
nix build .#fractopo.passthru.documentation.doc
cp -Lr --no-preserve=mode,ownership,timestamps ./result-doc/share/doc/* ./docs
cp -Lr --no-preserve=mode,ownership,timestamps "$(find ./result-doc/ -maxdepth 4 -type 'd' -path '*html*')" ./docs
- uses: actions/upload-pages-artifact@v3
with:
# Upload folder with static docs
path: "docs/html"
path: "docs/"
- uses: actions/configure-pages@v4
- id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 7c92a08

Please sign in to comment.