Skip to content

Commit fef9776

Browse files
committed
Fix ci
1 parent 11c38a5 commit fef9776

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@ jobs:
3737
3838
- name: Build documentation
3939
run: mkdocs build
40-
working-directory: docs
4140

4241
- name: Setup Pages
4342
uses: actions/configure-pages@v4
4443

4544
- name: Upload artifact
4645
uses: actions/upload-pages-artifact@v3
4746
with:
48-
path: docs/site
47+
path: site
4948

5049
deploy:
5150
environment:

0 commit comments

Comments
 (0)