diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 025278fc..7fbfa62f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,6 +19,9 @@ jobs: node-version: ${{ matrix.node-version }} - name: Setup git run: bash ./scripts/git/config.sh + - name: Prepare ionic-site repo + if: github.ref == 'refs/heads/master' + run: bash ./scripts/docs/prepare.sh - name: Install dependencies run: npm ci - name: Lint