From fe385f794162509183bc38351b0b70b5c9456b0e Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Mon, 8 Jan 2024 23:57:12 +0100 Subject: [PATCH] fix branch name --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4ef98f22..aa6cdac7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,7 +3,7 @@ name: documentation on: push: branches: - - master + - main jobs: build_docs: @@ -15,4 +15,4 @@ jobs: - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./doxygen/html \ No newline at end of file + publish_dir: ./doxygen/html