Skip to content

Commit 87f6ab9

Browse files
committed
build: try tu remove leftovers from quarto publish
1 parent be1663b commit 87f6ab9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)