Skip to content

Commit

Permalink
Use GHA's working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 30, 2024
1 parent 0a9bba0 commit b3220b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
run: deno task bench

- name: Build docs
run: |
cd docs
deno task build
working-directory: docs
run: deno task build

- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit b3220b2

Please sign in to comment.