fix: gh-pages

This commit is contained in:
Tobias Manske 2021-02-08 05:20:20 +01:00
parent 7a50ca3a46
commit 93064773af
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 1 additions and 6 deletions

View File

@ -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'