commit 902993f205d10ebfc07283b64dafb3991acd288c parent 09ddb16547efc6169e56da8cbe9d8795cbceba69 Author: Ismail Dalgatov <e@teamsesh.org> Date: Thu, 13 May 2021 03:21:02 +0300 Update mkdocs-deploy.yml Diffstat:
M | .github/workflows/mkdocs-deploy.yml | | | 8 | +------- |
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml @@ -20,10 +20,4 @@ jobs: pip install wheel pip install mkdocs-minify-plugin mkdocs build - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - if: github.event_name == 'push' - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_branch: gh-pages - publish_dir: ./docs + mkdocs gh-deploy --force