mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
parent
a9f5a219be
commit
74765bab63
5
.github/workflows/kanidm_book.yml
vendored
5
.github/workflows/kanidm_book.yml
vendored
|
@ -3,8 +3,6 @@ name: GitHub Pages
|
|||
|
||||
"on":
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
@ -12,8 +10,6 @@ concurrency:
|
|||
jobs:
|
||||
deploy_book:
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -51,7 +47,6 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: 'poetry'
|
||||
- name: pykanidm docs
|
||||
run: |
|
||||
python -m pip install poetry
|
||||
|
|
Loading…
Reference in a new issue