Skip to content

Commit 31c4ebf

Browse files
authored
Merge pull request #191 from uriahf/100-create-prepare_performance_data-and-prepare_performance_data_times-functions
build: use quarto action instead of uv run quarto publish
2 parents 9b0f5eb + f2696e4 commit 31c4ebf

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,14 @@ jobs:
5252
- name: Quartodoc build
5353
working-directory: docs
5454
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 }}"
5955

56+
- 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+
6063
- name: Publish package
6164
if: github.ref == 'refs/heads/main' && matrix.python-version == '3.10'
6265
run: uv publish

0 commit comments

Comments
 (0)