Skip to content

Commit

Permalink
add working directory to build job (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstroha committed Jul 18, 2024
1 parent 74a0fac commit 12202ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
working-directory: ./docs
run: |
npm install
npm run build
Expand Down

0 comments on commit 12202ed

Please sign in to comment.