File tree Expand file tree Collapse file tree 5 files changed +6
-394
lines changed
Expand file tree Collapse file tree 5 files changed +6
-394
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ jobs:
5353 working-directory : docs
5454 run : uv run quartodoc build
5555
56+ - name : Clean any leftover Quarto publish worktree
57+ run : rm -rf .quarto
58+
5659 - name : Render and Publish
57- uses : quarto-dev/quarto-actions/publish@v2
58- with :
59- target : gh-pages
60- env :
61- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62-
60+ working-directory : docs
61+ run : uv run quarto publish gh-pages --no-browser --no-prompt --token "${{ secrets.GITHUB_TOKEN }}"
62+
6363 - name : Publish package
6464 if : github.ref == 'refs/heads/main' && matrix.python-version == '3.10'
6565 run : uv publish
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ website:
1010 left :
1111 - href : reference/
1212 text : Reference
13- - href : before_we_validate.qmd
14- text : Before We Validate
1513
1614quartodoc :
1715 # the name used to import the package you want to create reference docs for
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments