Skip to content

Commit

Permalink
testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay committed Mar 27, 2024
1 parent 4f642d9 commit 3052e52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Install js-extensions
run: |
cd js-extensions
pnpm init-repo
- name: Build with mdBook
run: mdbook build
- name: Upload artifact
Expand Down

0 comments on commit 3052e52

Please sign in to comment.