mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
parent
450154945f
commit
e18699bda5
1
.github/workflows/kanidm_book.yml
vendored
1
.github/workflows/kanidm_book.yml
vendored
|
@ -86,7 +86,6 @@ jobs:
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Extract the files
|
- name: Extract the files
|
||||||
run: |
|
run: |
|
||||||
cp book/index_redirect.html docs/index.html
|
|
||||||
find . -name '*.tar.gz' -exec tar zxf "{}" \;
|
find . -name '*.tar.gz' -exec tar zxf "{}" \;
|
||||||
ls -la docs/
|
ls -la docs/
|
||||||
cd docs && \
|
cd docs && \
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -324,7 +324,7 @@ checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.17",
|
"syn 2.0.18",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
Loading…
Reference in a new issue