Skip to content

Commit

Permalink
Merge pull request #164 from aws-observability/debug-ci
Browse files Browse the repository at this point in the history
Install docusaurus in CI
  • Loading branch information
lewinkedrs authored Sep 30, 2024
2 parents 92b9275 + d767517 commit 5bf2559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Build
run: |
cd docusaurus
yarn install
yarn build
- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ yarn.lock
.docusaurus

# Dependencies
/node_modules
node_modules

# Production
/build
build

# Generated files
.docusaurus
Expand Down

0 comments on commit 5bf2559

Please sign in to comment.