mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
github pages ... something is definitely going weird. (#1605)
* fixing typo and dupe command
This commit is contained in:
parent
1ab0909f30
commit
0476448305
2
.github/workflows/kanidm_book.yml
vendored
2
.github/workflows/kanidm_book.yml
vendored
|
@ -7,6 +7,7 @@ name: GitHub Pages
|
||||||
- "master"
|
- "master"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
# permissions list: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
actions: read
|
actions: read
|
||||||
|
@ -16,6 +17,7 @@ permissions:
|
||||||
issues: read
|
issues: read
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
statuses: read
|
statuses: read
|
||||||
|
pages: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
4
.github/workflows/kanidm_individual_book.yml
vendored
4
.github/workflows/kanidm_individual_book.yml
vendored
|
@ -55,8 +55,8 @@ jobs:
|
||||||
mkdir -p ./docs/
|
mkdir -p ./docs/
|
||||||
mv ./*book/book ./docs/${{ inputs.tag }}
|
mv ./*book/book ./docs/${{ inputs.tag }}
|
||||||
mkdir -p ./docs/${{ inputs.tag }}/rustdoc/
|
mkdir -p ./docs/${{ inputs.tag }}/rustdoc/
|
||||||
mv ./target/doc ./docs/${{ inputs.tag }}/rustdoc
|
find ./target/doc/ -name .lock -exec rm "{}" \;
|
||||||
|
mv ./target/doc/* ./docs/${{ inputs.tag }}/rustdoc/
|
||||||
- name: pykanidm docs
|
- name: pykanidm docs
|
||||||
run: |
|
run: |
|
||||||
python -m pip install poetry
|
python -m pip install poetry
|
||||||
|
|
Loading…
Reference in a new issue