From 8a97d58084aafec511820adb9ff08d3cdea0fb7a Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Thu, 3 Aug 2023 15:14:23 +1000 Subject: [PATCH] Final v3 master x book deployment fix (#1936) * strip the last check off --- .github/workflows/kanidm_book.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kanidm_book.yml b/.github/workflows/kanidm_book.yml index 2355b015d..aa8e58e7a 100644 --- a/.github/workflows/kanidm_book.yml +++ b/.github/workflows/kanidm_book.yml @@ -129,7 +129,9 @@ jobs: with: # Upload entire repository path: 'docs/' + - name: what's the state + run: | + echo "${github.event}" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 - if: github.event.pull_request.merged == true \ No newline at end of file