Skip to content

Commit

Permalink
update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Jun 6, 2023
1 parent 71c38a5 commit e51c74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: 3.11.1

- name: Set Up Poetry
run: pipx install poetry==1.5.0 && poetry self add poetry-source-env
run: pipx install poetry==1.5.0

- name: Set Up Cache
uses: actions/cache@v3
Expand All @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-poetry-
- name: Install Dependencies
run: poetry install --only main,docs && icl setup
run: poetry install --only main,docs && poetry run icl setup
env:
POETRY_REPOSITORIES_MATERIAL_INSIDERS_URL: https://github.com/squidfunk/mkdocs-material-insiders
POETRY_HTTP_BASIC_MATERIAL_INSIDERS_USERNAME: celsiusnarhwal
Expand Down

0 comments on commit e51c74e

Please sign in to comment.