Skip to content

Commit abb3717

Browse files
committed
Debug CI
1 parent 4cd3f86 commit abb3717

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs-ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- name: Install dependencies
1919
run: yarn install --frozen-lockfile --non-interactive
2020
- name: Build
21-
run: yarn build
21+
run: |
22+
cd docusaurus
23+
yarn build
2224
- uses: peaceiris/actions-gh-pages@v3
2325
with:
2426
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)