all repos — website-hugo @ dbc2532924c942482acd401b1274dbac2f6ca730

My personal blog, built with Hugo!

fix gh-pages workflow
Marco Andronaco andronacomarco@gmail.com
Tue, 10 Jan 2023 20:40:13 +0100
commit

dbc2532924c942482acd401b1274dbac2f6ca730

parent

9b18aef8972379aa1b6af564e532601471287afa

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/gh-pages.yml.github/workflows/gh-pages.yml

@@ -26,7 +26,7 @@ run: hugo --minify

- name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public