mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Final v3 master x book deployment fix (#1936)
* strip the last check off
This commit is contained in:
parent
467b3a3f58
commit
8a97d58084
4
.github/workflows/kanidm_book.yml
vendored
4
.github/workflows/kanidm_book.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue