Skip to content

Commit aed2ecf

Browse files
committed
close #89
1 parent c3c5530 commit aed2ecf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,15 @@ jobs:
3939

4040
- name: Show package version
4141
run: grep -r "version" pyproject.toml || grep -r "__version__" rtichoke/ || python -c "import rtichoke; print(rtichoke.__version__)"
42-
42+
43+
- name: Set up Quarto
44+
uses: quarto-dev/quarto-actions/setup@v2
45+
46+
- name: Set Git identity for Quarto publishing
47+
run: |
48+
git config --global user.name "github-actions[bot]"
49+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
50+
4351
- name: Render and Publish
4452
working-directory: docs
4553
run: uv run quarto publish gh-pages --no-browser --token "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)