Skip to content

Commit

Permalink
fix: Fixing work dir in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Oct 21, 2024
1 parent 74091d9 commit 1ff80c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./plausible/next_website
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 1ff80c4

Please sign in to comment.