Skip to content

Commit

Permalink
doc build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Feb 25, 2024
1 parent a57bc47 commit b787b36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: poetry install --no-interaction --no-root --with docs
- name: Quardo Doc Build
run: |
quartodoc build --config doc/_quarto.yml
poetry run quartodoc build --config doc/_quarto.yml
- uses: quarto-dev/quarto-actions/setup@v2
- name: Render and publish to gh pages
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
path: docs
run: |
git config --global user.email "[email protected]"
git config --global user.name "Quarto GHA Workflow Runner"
poetry run quarto publish gh-pages docs --no-browser

0 comments on commit b787b36

Please sign in to comment.