Update mkdocs.yml
This commit is contained in:
parent
4b836ee9ea
commit
2bbe2f165a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/mkdocs.yml
vendored
3
.github/workflows/mkdocs.yml
vendored
|
@ -14,7 +14,6 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
|
|
||||||
# git-revision-date-localized-plugin and mkdocs-rss-plugin need full git history depth
|
# git-revision-date-localized-plugin and mkdocs-rss-plugin need full git history depth
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@ -68,4 +67,4 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/heads/release/v')
|
if: startsWith(github.ref, 'refs/heads/release/v')
|
||||||
run: |
|
run: |
|
||||||
git fetch origin gh-pages --verbose
|
git fetch origin gh-pages --verbose
|
||||||
mike deploy ${GITHUB_REF##*/release/} -t "Self-hosted ${GITHUB_REF##*/release/}" --config-file "${GITHUB_WORKSPACE}/mkdocs.yml" --push --rebase
|
mike deploy ${GITHUB_REF##*/release/} -t "Self-hosted ${GITHUB_REF##*/release/}" --config-file "${GITHUB_WORKSPACE}/mkdocs.yml" --push --rebase
|
||||||
|
|
Loading…
Reference in a new issue