From 12b3c28f11be528e8c6148f78e9a9c755206705d Mon Sep 17 00:00:00 2001 From: Jonny Pearson <67793644+JRPearson500@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:33:53 +0100 Subject: [PATCH] Trigger YAML with a push --- .github/workflows/quarto-publish-example.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/quarto-publish-example.yaml b/.github/workflows/quarto-publish-example.yaml index aac29b4..1cc865c 100644 --- a/.github/workflows/quarto-publish-example.yaml +++ b/.github/workflows/quarto-publish-example.yaml @@ -79,4 +79,6 @@ jobs: # CONFLUENCE_USER_EMAIL: ${{ secrets.CONFLUENCE_USER_EMAIL }} # CONFLUENCE_AUTH_TOKEN: ${{ secrets.CONFLUENCE_AUTH_TOKEN }} # CONFLUENCE_DOMAIN: ${{ secrets.CONFLUENCE_DOMAIN }} + + # Add comment to trigger yaml Action