Skip to content

Commit

Permalink
Merge pull request #210 from Forced-Alignment-and-Vowel-Extraction/co…
Browse files Browse the repository at this point in the history
…okbook

cache quarto freeze
  • Loading branch information
JoFrhwld authored Jun 26, 2024
2 parents f8e88c6 + ff06a4f commit 5313a1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
poetry run python objects.py
poetry run quartodoc interlinks
- uses: quarto-dev/quarto-actions/setup@v2
- name: Load cached quarto freeze
id: cached-quarto-freeze
uses: actions/cache@v3
with:
path: docs/_freeze
key: ${{ runner.os }}-freeze
- name: Render and publish to gh pages
run: |
git config --global user.email "[email protected]"
Expand Down
3 changes: 2 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
_site/
reference/
_inv/
objects.txt
objects.txt
_freeze
1 change: 1 addition & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project:
output-dir: _site

license: GPLv3
freeze: auto

website:
image: assets/logo.png
Expand Down

0 comments on commit 5313a1d

Please sign in to comment.