Skip to content

Commit

Permalink
add working directory for ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimeNull committed Jul 2, 2024
1 parent 45de958 commit 8475e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8475e8a

Please sign in to comment.