Skip to content

Commit 2f333a4

Browse files
committed
_build --> build
1 parent fb31632 commit 2f333a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Upload built docs
5656
uses: actions/upload-pages-artifact@v3
5757
with:
58-
path: docs/_build/html/
58+
path: docs/build/html/
5959

6060
- name: Deploy to GitHub Pages
6161
id: deployment

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
make clean
6464
make html
6565
cd ..
66-
ls docs/_build/html/index.html
66+
ls docs/build/html/index.html

0 commit comments

Comments
 (0)