From 4a9f27222aee9c5260dbec8c0620275c77aae92c Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Thu, 15 Oct 2020 11:05:59 +0200 Subject: [PATCH] ci: Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 350eddb..b7fc1d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,17 +4,17 @@ on: push: branches: - master - + jobs: build: name: Build runs-on: ubuntu-latest - + steps: - name: Checkout master uses: actions/checkout@v1 - name: Deploy to GH Pages - uses: mhausenblas/mkdocs-deploy-gh-pages@master + uses: mhausenblas/mkdocs-deploy-gh-pages@1.13 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}