From df590b853429f8c61c00aa3e21a945b745f39269 Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Mon, 2 Jun 2025 11:15:37 +0300 Subject: [PATCH 1/2] build doc. --- .github/workflows/publish-doc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-doc.yml b/.github/workflows/publish-doc.yml index 93ca363..376aa2e 100644 --- a/.github/workflows/publish-doc.yml +++ b/.github/workflows/publish-doc.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + pull_request: + branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -56,6 +58,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: generate_doc + if: ${{ github.event_mae == 'push' }} steps: - name: Deploy to GitHub Pages id: deployment From eba5249c3b8343cde203f80918007e62a0dd4a6c Mon Sep 17 00:00:00 2001 From: Philipp Kaeser Date: Mon, 2 Jun 2025 11:16:38 +0300 Subject: [PATCH 2/2] play. --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index 29927bd..f69f4e2 100644 --- a/test.c +++ b/test.c @@ -6,7 +6,7 @@ /** * @mainpage This is a test. - * Bla Bla Bla from branch. + * Bla Bla Bla from branch with prebuild. */ /**