Update mkdocs.yml

This commit is contained in:
Antonio Navarro Perez 2021-10-07 19:07:33 +02:00 committed by GitHub
parent 4b836ee9ea
commit 2bbe2f165a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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