mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +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
|
||||
- name: Extract the files
|
||||
run: |
|
||||
cp book/index_redirect.html docs/index.html
|
||||
find . -name '*.tar.gz' -exec tar zxf "{}" \;
|
||||
ls -la docs/
|
||||
cd docs && \
|
||||
|
|
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -522,7 +522,7 @@ dependencies = [
|
|||
"regex",
|
||||
"rustc-hash",
|
||||
"shlex",
|
||||
"syn 2.0.16",
|
||||
"syn 2.0.17",
|
||||
"which",
|
||||
]
|
||||
|
||||
|
@ -3408,7 +3408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "3b69d39aab54d069e7f2fe8cb970493e7834601ca2d8c65fd7bbd183578080d1"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"syn 2.0.16",
|
||||
"syn 2.0.17",
|
||||
]
|
||||
|
||||
[[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