Skip to content

Commit c6c312f

Browse files
committed
There is no docs folder.
1 parent 901b352 commit c6c312f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ jobs:
2929
python -m pip install -r requirements.txt
3030
- name: Build site
3131
run: |
32-
cd docs
3332
make html
34-
- name: Upload docs
33+
- name: Upload site
3534
uses: actions/upload-artifact@v4
3635
with:
37-
name: docs
38-
path: docs/build/html
36+
name: site
37+
path: build/html
3938
- name: Publish docs to Github Pages
4039
if: startsWith(github.event.ref, 'refs/tags')
4140
uses: JamesIves/github-pages-deploy-action@releases/v4

0 commit comments

Comments
 (0)