Skip to content

Commit

Permalink
docs: Update docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMichelsen committed Apr 5, 2022
1 parent 8ecf617 commit 15a5a3b
Show file tree
Hide file tree
Showing 2 changed files with 3,975 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v3
with:
path: .venv
key: venv-docs-2-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
key: venv-docs-3-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

# install dependencies if cache does not exist
- name: Install dependencies if no cache
Expand Down
Loading

0 comments on commit 15a5a3b

Please sign in to comment.