Skip to content

Commit

Permalink
Set working dir for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderKnauff committed Nov 22, 2023
1 parent ef0d12d commit 19ce180
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:

jobs:
test:
if: false
name: Tests
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -81,18 +82,19 @@ jobs:
test-docs:
name: Docs
runs-on: ubuntu-latest
needs:
- test
# needs:
# - test
steps:
- name: Checkout code
uses: wyvox/action@v1
- name: Checkout code
uses: wyvox/action@v1
working-directory: docs
run: pnpm install
- name: Run Ember Tests
run: pnpm test
working-directory: docs
- name: Build including API docs
working-directory: docs
run: pnpm run docs:build
# TODO: Perform some basic steps that the build contains API docs
# and works as expected.
Expand Down

0 comments on commit 19ce180

Please sign in to comment.