From 07649cd57654595be286e2c8f71b84b0fa2d837a Mon Sep 17 00:00:00 2001 From: Abdoulbari ZAKIR Date: Wed, 25 Oct 2023 11:52:10 +0200 Subject: [PATCH] tmp deploy with this branch --- .github/workflows/doxygen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 9bb8f3451..75310f3a6 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -3,7 +3,7 @@ name: GitHub Pages on: push: branches: - - develop # Set a branch name to trigger deployment + - feature/doxygen-code-documentation # Set a branch name to trigger deployment pull_request: jobs: @@ -35,7 +35,7 @@ jobs: # If you're changing the branch from main, # also change the `main` in `refs/heads/main` # below accordingly. - if: github.ref == 'refs/heads/develop' + if: github.ref == 'refs/heads/feature/doxygen-code-documentation' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./html