Skip to content

Commit

Permalink
Add documentation build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 21, 2024
1 parent 96fca23 commit 00e412e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
with:
name: bundles
path: bundles
- name: Build documentation
run: npm run docs:build-embed
- name: Build app
run: npx electron-builder build --${{ matrix.arch }} --publish never
env:
Expand Down Expand Up @@ -145,6 +147,8 @@ jobs:
with:
name: bundles
path: bundles
- name: Build documentation
run: npm run docs:build-embed
- name: Build app
run: npx electron-builder build --${{ matrix.arch }} --publish never
env:
Expand Down Expand Up @@ -220,6 +224,8 @@ jobs:
with:
name: bundles
path: bundles
- name: Build documentation
run: npm run docs:build-embed
- name: Build app
run: npx electron-builder build --${{ matrix.arch.electronArch }} -l ${{ matrix.format }} --publish never
env:
Expand Down Expand Up @@ -275,6 +281,8 @@ jobs:
with:
name: bundles-wpilib
path: bundles
- name: Build documentation
run: npm run docs:build-embed
- name: Build app
run: npx electron-builder build --publish never --${{ matrix.arch }} -w dir
env:
Expand Down Expand Up @@ -345,6 +353,8 @@ jobs:
with:
name: bundles-wpilib
path: bundles
- name: Build documentation
run: npm run docs:build-embed
- name: Build app
run: npx electron-builder build --publish never --${{ matrix.arch }} -m dir
env:
Expand Down Expand Up @@ -406,6 +416,8 @@ jobs:
with:
name: bundles-wpilib
path: bundles
- name: Build documentation
run: npm run docs:build-embed
- name: Build app
run: npx electron-builder build --publish never --${{ matrix.arch }} -l AppImage
env:
Expand Down

0 comments on commit 00e412e

Please sign in to comment.