Skip to content

Commit

Permalink
[ci] Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed May 14, 2024
1 parent f333ee2 commit fe062ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Material for MkDocs
run: pip install mkdocs-material
- name: Build Website
working-directory: ./docs/
working-directory: docs/
run: mkdocs build
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit fe062ad

Please sign in to comment.