We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1663b commit 87f6ab9Copy full SHA for 87f6ab9
.github/workflows/python-package.yml
@@ -53,13 +53,13 @@ jobs:
53
working-directory: docs
54
run: uv run quartodoc build
55
56
+ - name: Clean any leftover Quarto publish worktree
57
+ run: rm -rf .quarto
58
+
59
- name: Render and Publish
- uses: quarto-dev/quarto-actions/publish@v2
- with:
- target: gh-pages
60
- env:
61
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
-
+ working-directory: docs
+ run: uv run quarto publish gh-pages --no-browser --no-prompt --token "${{ secrets.GITHUB_TOKEN }}"
63
- name: Publish package
64
if: github.ref == 'refs/heads/main' && matrix.python-version == '3.10'
65
run: uv publish
0 commit comments