mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +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"
|
||||
pull_request:
|
||||
|
||||
# permissions list: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
|
||||
permissions:
|
||||
id-token: write
|
||||
actions: read
|
||||
|
@ -16,6 +17,7 @@ permissions:
|
|||
issues: read
|
||||
pull-requests: read
|
||||
statuses: read
|
||||
pages: write
|
||||
|
||||
concurrency:
|
||||
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/
|
||||
mv ./*book/book ./docs/${{ inputs.tag }}
|
||||
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
|
||||
run: |
|
||||
python -m pip install poetry
|
||||
|
|
Loading…
Reference in a new issue