commit f0bb8c795ce839e9d950ec911145c9465de4d0f0 parent c3c819a38d2a02d4e6465544cdf7fe22b747e571 Author: Ismail Dalgatov <e@teamsesh.org> Date: Thu, 13 May 2021 03:06:57 +0300 Update mkdocs-deploy.yml Diffstat:
M | .github/workflows/mkdocs-deploy.yml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml @@ -22,8 +22,8 @@ jobs: mkdocs build - name: Deploy uses: peaceiris/actions-gh-pages@v3 + if: github.event_name == 'push' with: - github_token: ${{ secrets.GITHUB_TOKEN }} - destination_dir: ./docs + deploy_key: ${{ secrets.SSH_DEPLOY_KEY }} + publish_branch: gh-pages publish_dir: ./docs - cname: 5-72.com