From 93064773af9c380968fa8a84d4441818bb8bffe8 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 8 Feb 2021 05:20:20 +0100 Subject: [PATCH] fix: gh-pages --- .github/workflows/gh-pages.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ad20d92..132341a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: github pages on: push: branches: - - main # Set a branch to deploy + - master # Set a branch to deploy jobs: deploy: @@ -28,8 +28,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public - -- name: Setup Hugo - uses: peaceiris/actions-hugo@latest - with: - hugo-version: 'latest'