Skip to content

Commit d589966

Browse files
authored
Merge pull request #192 from uriahf/100-create-prepare_performance_data-and-prepare_performance_data_times-functions
100 create prepare performance data and prepare performance data times functions
2 parents 31c4ebf + 09bbb95 commit d589966

File tree

5 files changed

+6
-394
lines changed

5 files changed

+6
-394
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

docs/Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/_quarto.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ website:
1010
left:
1111
- href: reference/
1212
text: Reference
13-
- href: before_we_validate.qmd
14-
text: Before We Validate
1513

1614
quartodoc:
1715
# the name used to import the package you want to create reference docs for

docs/_sidebar.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)