Skip to content

Commit f3c470d

Browse files
committed
working with docs
1 parent 6dbb9c8 commit f3c470d

File tree

2 files changed

+434
-1
lines changed

2 files changed

+434
-1
lines changed

.github/workflows/sphinx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Prepare Deployment Directory
3737
run: |
3838
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
39+
cp docs/index.html deploy_output/index.html # Copy index.html to staging root
4040
cp -r docs/_build/html/* deploy_output/docs # Copy ALL Sphinx output to staging/docs
4141
4242
- name: Deploy to GitHub Pages # Using peaceiris/actions-gh-pages - a popular action

0 commit comments

Comments
 (0)