mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +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:
|
with:
|
||||||
# Upload entire repository
|
# Upload entire repository
|
||||||
path: 'docs/'
|
path: 'docs/'
|
||||||
|
- name: what's the state
|
||||||
|
run: |
|
||||||
|
echo "${github.event}"
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v2
|
||||||
if: github.event.pull_request.merged == true
|
|
Loading…
Reference in a new issue