Skip to content

Commit

Permalink
Fix work dir in push workflow (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikingair authored Nov 15, 2023
1 parent 4e148dc commit d6132a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
target: 'frontend'
- name: Build docs
run: pnpm docs:build
working-directory: frontend
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit d6132a7

Please sign in to comment.