diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index f53ef91..d3ea4ce 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -14,7 +14,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 with: - token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }} # git-revision-date-localized-plugin and mkdocs-rss-plugin need full git history depth fetch-depth: 0 @@ -68,4 +67,4 @@ jobs: if: startsWith(github.ref, 'refs/heads/release/v') run: | 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 \ No newline at end of file + mike deploy ${GITHUB_REF##*/release/} -t "Self-hosted ${GITHUB_REF##*/release/}" --config-file "${GITHUB_WORKSPACE}/mkdocs.yml" --push --rebase