mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57: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
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: docs
|
name: docs
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Extract the files
|
- name: Extract the files
|
||||||
|
@ -89,6 +92,7 @@ jobs:
|
||||||
cd docs && \
|
cd docs && \
|
||||||
ln -s ${{ needs.generate_tags.outputs.latest}}/ stable && \
|
ln -s ${{ needs.generate_tags.outputs.latest}}/ stable && \
|
||||||
cd ..
|
cd ..
|
||||||
|
cp book/index_redirect.html docs/index.html
|
||||||
ls -la docs/
|
ls -la docs/
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in a new issue