Skip to content

Commit

Permalink
ci(gh-pages): check if documentation succeeds to build
Browse files Browse the repository at this point in the history
Co-Authored-By: Florian Wendelborn <[email protected]>
  • Loading branch information
Moritz Vetter and FlorianWendelborn committed Mar 15, 2024
1 parent 1808cc8 commit b3e9d2f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,21 @@ jobs:
- run: ./scripts/build-kotti.sh
- name: Run Publint
run: yarn run check:publint
gh-pages-dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: actions/cache@v4
with:
path: |
**/node_modules
key: ${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn install --frozen-lockfile
- name: Build Kotti & its dependencies
run: ./scripts/build-kotti.sh
- name: Build @3yourmind/documentation
run: yarn workspace @3yourmind/documentation run build

0 comments on commit b3e9d2f

Please sign in to comment.