mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +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":
|
"on":
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
@ -12,8 +10,6 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
deploy_book:
|
deploy_book:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -51,7 +47,6 @@ jobs:
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
cache: 'poetry'
|
|
||||||
- name: pykanidm docs
|
- name: pykanidm docs
|
||||||
run: |
|
run: |
|
||||||
python -m pip install poetry
|
python -m pip install poetry
|
||||||
|
|
Loading…
Reference in a new issue