Skip to content

Commit ce9885e

Browse files
committed
Update docs.yml
1 parent 45c31c5 commit ce9885e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ jobs:
3838
run: |
3939
cd docs
4040
make html
41+
# Copy .nojekyll to build output for GitHub Pages
42+
cp .nojekyll build/html/
4143
4244
- name: Setup Pages
4345
uses: actions/configure-pages@v5
4446

4547
- name: Upload artifact
4648
uses: actions/upload-pages-artifact@v3
4749
with:
48-
path: 'docs/_build/html'
50+
path: 'docs/build/html'
4951

5052
deploy:
5153
environment:

0 commit comments

Comments
 (0)