mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
* Documentation root directory 404 Refers to #1680 * trying to fix this again
This commit is contained in:
parent
f4b355c299
commit
dc418ff351
4
.github/workflows/kanidm_book.yml
vendored
4
.github/workflows/kanidm_book.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue