Skip to content

Commit

Permalink
docs: fix gh workflow spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Nov 1, 2022
1 parent f062d12 commit 12adda9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
# install pip=>20.1 to use "pip cache dir"
python3 -m pip install --upgrade pip
# https://github.com/actions/cache/blob/main/examples.md#using-pip-to-get-cache-location
- name: Get pip cache dir
id: pip-cache
run: echo "::set-output name=dir::$(pip cache dir)"
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 12adda9

Please sign in to comment.