Skip to content

Commit

Permalink
ci(docs): working dir fix (#95)
Browse files Browse the repository at this point in the history
fix: working dir
  • Loading branch information
gotbadger committed Nov 2, 2022
1 parent ca8f25f commit d576866
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ concurrency:
jobs:
# Build job
build:
defaults:
run:
working-directory: docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: "cd docs"
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit d576866

Please sign in to comment.