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 fe062ad commit f9be15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy static content to Pages
name: Deploy Github Pages

on:
push:
Expand Down 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: doc/
run: mkdocs build
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit f9be15a

Please sign in to comment.