From 452c6fd7afdcf91ab6a4fc1f7ecf8139bcb82e3b Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Fri, 5 Mar 2021 22:55:03 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a193c5..6e7b708 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,18 +9,18 @@ jobs: build-deploy: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@master + - uses: actions/checkout@v2 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2.2.0 + uses: peaceiris/actions-hugo@v2 with: - hugo-version: 'latest' + hugo-version: '0.64.0' - name: Build run: hugo --gc --cleanDestinationDir --baseURL https://ddwe.beging.de/ -v - name: Deploy - uses: peaceiris/actions-gh-pages@v2.4.0 + uses: peaceiris/actions-gh-pages@v3 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} PUBLISH_BRANCH: gh-pages