all repos — website-hugo @ 8c377b6c5ac9300fef5b584ed933c8b426b738c2

My personal blog, built with Hugo!

try again
Marco Andronaco andronacomarco@gmail.com
Tue, 10 Jan 2023 20:44:09 +0100
commit

8c377b6c5ac9300fef5b584ed933c8b426b738c2

parent

dbc2532924c942482acd401b1274dbac2f6ca730

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

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

@@ -29,4 +29,5 @@ uses: peaceiris/actions-gh-pages@v3

if: github.ref == 'refs/heads/master' with: github_token: ${{ secrets.GITHUB_TOKEN }} + publish_branch: gh-pages publish_dir: ./public