Skip to content

Commit

Permalink
Merge pull request #60 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Use GHA's working-directory
  • Loading branch information
oscarotero authored Apr 30, 2024
2 parents abca28c + b3220b2 commit 44b2ca1
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 44b2ca1

Please sign in to comment.