chore(GitHub): run docs prepare script on master

This commit is contained in:
Daniel Sogl 2020-06-11 18:47:26 +02:00 committed by GitHub
parent 4f2f8894d5
commit 809d664cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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