From b10d9a8cecb20165b91803f6b363103301de0984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Guy=20S=C3=BC=C3=9F?= Date: Mon, 4 Aug 2025 22:29:05 +1000 Subject: [PATCH] fix: typo - underscore should be dash --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index f85e115..0b52e57 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -36,4 +36,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./website/_site - publish_branch: gh_pages \ No newline at end of file + publish_branch: gh-pages \ No newline at end of file