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