mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
parent
1c1b54df86
commit
2e62a72a09
1
.github/workflows/kanidm_book.yml
vendored
1
.github/workflows/kanidm_book.yml
vendored
|
@ -83,6 +83,7 @@ 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 && \
|
||||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -522,7 +522,7 @@ dependencies = [
|
||||||
"regex",
|
"regex",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"shlex",
|
"shlex",
|
||||||
"syn 2.0.16",
|
"syn 2.0.17",
|
||||||
"which",
|
"which",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -3408,7 +3408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3b69d39aab54d069e7f2fe8cb970493e7834601ca2d8c65fd7bbd183578080d1"
|
checksum = "3b69d39aab54d069e7f2fe8cb970493e7834601ca2d8c65fd7bbd183578080d1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"syn 2.0.16",
|
"syn 2.0.17",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
9
book/index_redirect.html
Normal file
9
book/index_redirect.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="refresh" content="0; url=https://kanidm.com" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>If you are not redirected in five seconds, <a href="https://kanidm.com">click here</a>.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue