Skip to content

Commit

Permalink
Merge pull request #19 from zsarnoczay/main
Browse files Browse the repository at this point in the history
updates to doc deployment
  • Loading branch information
zsarnoczay authored Dec 5, 2024
2 parents 6d7505f + 9d50a15 commit c1fcbb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build and deploy documentation
on:
push:
branches:
- docs
- main
permissions:
contents: write
jobs:
build-docs:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,4 +44,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/build/html
publish_dir: ./doc/build/html

0 comments on commit c1fcbb4

Please sign in to comment.