Documentation root directory 404 (#1706)

Fixes #1680 - yeet
This commit is contained in:
James Hodgkinson 2023-06-06 07:32:13 +10:00 committed by GitHub
parent 450154945f
commit e18699bda5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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
View file

@ -324,7 +324,7 @@ checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.17", "syn 2.0.18",
] ]
[[package]] [[package]]