We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbb9c8 commit f3c470dCopy full SHA for f3c470d
.github/workflows/sphinx.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Prepare Deployment Directory
37
run: |
38
mkdir -p deploy_output/docs # Create deploy_output and docs subdirectory in one go
39
- cp docs/_static/landing.html deploy_output/index.html # Copy landing.html to staging root as index.html
+ cp docs/index.html deploy_output/index.html # Copy index.html to staging root
40
cp -r docs/_build/html/* deploy_output/docs # Copy ALL Sphinx output to staging/docs
41
42
- name: Deploy to GitHub Pages # Using peaceiris/actions-gh-pages - a popular action
0 commit comments