Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Testing docs generation...
Browse files Browse the repository at this point in the history
  • Loading branch information
plankter committed Mar 16, 2021
1 parent 68e8d47 commit b271107
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 @@ -21,7 +21,7 @@ jobs:
with:
docs-folder: docs/
build-command: make html
pre-build-command: python -m pip install --upgrade pip && pip install poetry==1.1.5 && poetry install
pre-build-command: python -m pip install --upgrade pip && pip install poetry==1.1.5 && poetry config virtualenvs.create false && poetry install
- name: Commit documentation changes
run: |
cp -r docs/build/html/* gh-pages/
Expand Down

0 comments on commit b271107

Please sign in to comment.