Skip to content

Commit

Permalink
refactor(gh-action): install quartodoc only
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Sep 1, 2024
1 parent 6b3b45e commit 7fa118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry lock --no-update
poetry install
poetry install --only docs
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 7fa118a

Please sign in to comment.