Skip to content

Commit bb101c8

Browse files
Merge pull request #609 from Abhiram824/docs_pipeline_update
2 parents 74f729c + 6d94140 commit bb101c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ jobs:
3535
run: |
3636
cd docs
3737
make clean html
38+
mv _build ..
3839
3940
# Deploy to GitHub Pages
4041
- name: Deploy to GitHub Pages
4142
uses: peaceiris/actions-gh-pages@v3
4243
with:
4344
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
publish_dir: docs/_build/html
45+
publish_dir: _build/html
4546
destination_dir: docs
4647

4748
# Remove .nojekyll from root directory if it exists

0 commit comments

Comments
 (0)