Skip to content

Commit 5bf2559

Browse files
authored
Merge pull request #164 from aws-observability/debug-ci
Install docusaurus in CI
2 parents 92b9275 + d767517 commit 5bf2559

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Build
2121
run: |
2222
cd docusaurus
23+
yarn install
2324
yarn build
2425
- uses: peaceiris/actions-gh-pages@v3
2526
with:

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ yarn.lock
66
.docusaurus
77

88
# Dependencies
9-
/node_modules
9+
node_modules
1010

1111
# Production
12-
/build
12+
build
1313

1414
# Generated files
1515
.docusaurus

0 commit comments

Comments
 (0)