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.
2 parents 9b0f5eb + f2696e4 commit 31c4ebfCopy full SHA for 31c4ebf
.github/workflows/python-package.yml
@@ -52,11 +52,14 @@ jobs:
52
- name: Quartodoc build
53
working-directory: docs
54
run: uv run quartodoc build
55
-
56
- - name: Render and Publish
57
- working-directory: docs
58
- run: uv run quarto publish gh-pages --no-browser --no-prompt --token "${{ secrets.GITHUB_TOKEN }}"
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
+
63
- name: Publish package
64
if: github.ref == 'refs/heads/main' && matrix.python-version == '3.10'
65
run: uv publish
0 commit comments