diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml index 7061db6..fdbc29d 100644 --- a/.github/workflows/build-jekyll.yml +++ b/.github/workflows/build-jekyll.yml @@ -1,7 +1,7 @@ name: Build Jekyll site on: push: - branches: ["gh_pages"] + branches: ["gh-pages"] permissions: contents: read pages: write