mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
another book round (#1933)
This commit is contained in:
parent
4292f94ecd
commit
6e755543b3
6
.github/workflows/kanidm_book.yml
vendored
6
.github/workflows/kanidm_book.yml
vendored
|
@ -59,8 +59,6 @@ jobs:
|
|||
uses: './.github/workflows/kanidm_individual_book.yml'
|
||||
needs: pre_deploy
|
||||
# yamllint disable-line rule:line-length
|
||||
# if: ${{ github.action_ref == 'refs/heads/master' && github.repository == 'kanidm/kanidm' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -85,7 +83,7 @@ jobs:
|
|||
- docs_master
|
||||
runs-on: ubuntu-latest
|
||||
# yamllint disable-line rule:line-length
|
||||
if: ${{ github.action_ref == 'refs/heads/master' && github.repository == 'kanidm/kanidm' && github.event == 'merge' }}
|
||||
if: ${{ github.action_ref == 'refs/heads/master' && github.repository == 'kanidm/kanidm' }}
|
||||
steps:
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
|
@ -134,4 +132,4 @@ jobs:
|
|||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'kanidm/kanidm' }}
|
||||
if: github.event.pull_request.merged == true
|
Loading…
Reference in a new issue