Feature/mkdocs with versioning #824

Merged
zxq9 merged 9 commits from github/fork/marc0olo/feature/mkdocs-with-versioning into master 2021-08-27 23:46:18 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f7cf80529c - Show all commits

View File

@ -17,7 +17,7 @@ jobs:
with: with:
path: ~/.cache/pip3 path: ~/.cache/pip3
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }} 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.email "github-action@users.noreply.github.com"
- run: git config --global user.name "GitHub Action" - run: git config --global user.name "GitHub Action"
- run: mike deploy --push master - run: mike deploy --push master

View File

@ -17,7 +17,7 @@ jobs:
with: with:
path: ~/.cache/pip3 path: ~/.cache/pip3
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }} 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.email "github-action@users.noreply.github.com"
- run: git config --global user.name "GitHub Action" - run: git config --global user.name "GitHub Action"
- run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV - run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV