fix: path to file with python dependencies
This commit is contained in:
parent
1744ec43e6
commit
f7cf80529c
2
.github/workflows/docs-develop.yml
vendored
2
.github/workflows/docs-develop.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
path: ~/.cache/pip3
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
|
||||
- run: pip3 install -r docs/requirements.txt
|
||||
- run: pip3 install -r docs/python/requirements.txt
|
||||
- run: git config --global user.email "github-action@users.noreply.github.com"
|
||||
- run: git config --global user.name "GitHub Action"
|
||||
- run: mike deploy --push master
|
2
.github/workflows/docs-release.yml
vendored
2
.github/workflows/docs-release.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
path: ~/.cache/pip3
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
|
||||
- run: pip3 install -r docs/requirements.txt
|
||||
- run: pip3 install -r docs/python/requirements.txt
|
||||
- run: git config --global user.email "github-action@users.noreply.github.com"
|
||||
- run: git config --global user.name "GitHub Action"
|
||||
- run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user