Skip to content

Commit

Permalink
Merge pull request #281 from BradyAJohnston/docs-fix-build
Browse files Browse the repository at this point in the history
Fix docs build

I don't remember why I changed that to try and fix something but removing quartodoc version fixes the docs being built.
  • Loading branch information
BradyAJohnston committed Aug 3, 2023
2 parents 3ed5b52 + 839c33c commit 91cc1ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install quartodoc==0.3.1
python -m pip install pyyaml
python -m pip install click
python -m pip install quartodoc
- uses: quarto-dev/quarto-actions/setup@v2
with:
version: "1.2.475"
Expand Down

0 comments on commit 91cc1ad

Please sign in to comment.