Skip to content

Commit

Permalink
update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celsiusnarhwal committed Nov 26, 2024
1 parent d2a4ca5 commit d2e8560
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
- name: Set Up Poetry
run: pipx install poetry==1.8.2

- name: Set Up Cache
uses: actions/cache@v3
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
# - name: Set Up Cache
# uses: actions/cache@v3
# with:
# path: ~/.cache/pypoetry
# key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
# restore-keys: |
# ${{ runner.os }}-poetry-

- name: Install Dependencies
run: poetry install --only docs
run: poetry install --only docs && poetry run icl install
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 d2e8560

Please sign in to comment.