Skip to content

Commit

Permalink
ci(ci.yaml): fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Feb 10, 2023
1 parent 7d4eb5f commit c2647c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
path: .cache
- run: pip install \
mkdocs-material \
mkdocstrings[python]" \
mkdocs-gen-files" \
mkdocs-literate-nav" \
mkdocs-section-index" \
pymdown-extensions"
mkdocstrings[python] \
mkdocs-gen-files \
mkdocs-literate-nav \
mkdocs-section-index \
pymdown-extensions
- run: mkdocs gh-deploy --force

0 comments on commit c2647c6

Please sign in to comment.