Skip to content

Commit

Permalink
ci: always deploy to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplinden committed Aug 5, 2024
1 parent 2ed4c32 commit 363e082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/checkout@v4

- name: Install MkDocs dependencies
run: pip install -r docs/requirements.txt
run: pip install -r docs/docs-requirements.txt

- name: Build site with MkDocs
run: mkdocs build
Expand Down

0 comments on commit 363e082

Please sign in to comment.