Skip to content

Commit

Permalink
fix: pagex ci path fix
Browse files Browse the repository at this point in the history
Signed-off-by: Murat Mirgün Ercan <[email protected]>
  • Loading branch information
muratmirgun committed Jun 21, 2024
1 parent 4ffdeec commit d395489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tar -xzf mdbook-theme_linux.tar.gz -C ~/tools
echo ~/tools >> $GITHUB_PATH
- name: Build
run: mdbook build
run: mdbook build docs
# share between different jobs
- uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
name: book
path: book/
name: docs
path: docs/
workflow: build.yml
- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit d395489

Please sign in to comment.