diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 35f0c13..7cefa68 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy InterImmBook on: push: branches: - - hugo + - master jobs: deploy: @@ -28,4 +28,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public - publish_branch: master \ No newline at end of file + publish_branch: gh-pages \ No newline at end of file