#1680 redux - trying to fix docs again (#1692)

* Documentation root directory 404
Refers to #1680
* trying to fix this again
This commit is contained in:
James Hodgkinson 2023-06-05 22:06:24 +10:00 committed by GitHub
parent f4b355c299
commit dc418ff351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: docs
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Extract the files
@ -89,6 +92,7 @@ jobs:
cd docs && \
ln -s ${{ needs.generate_tags.outputs.latest}}/ stable && \
cd ..
cp book/index_redirect.html docs/index.html
ls -la docs/
- name: Upload artifact