Skip to content

Commit

Permalink
ci: fix typo in doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul authored May 31, 2021
1 parent a07b417 commit dfcbc16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Dependencies
run: |
pip install poetry==1.1.4
poetry install --no-dev --extras doc
- name: Deploy doc
run: poetry run mkdocs gh-deploy --force
- name: Install Dependencies
run: |
pip install poetry==1.1.4
poetry install --no-dev --extras doc
- name: Deploy doc
run: poetry run mkdocs gh-deploy --force

0 comments on commit dfcbc16

Please sign in to comment.