Skip to content

Commit

Permalink
[test] Test building comprehensive docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed May 22, 2024
1 parent 7675d56 commit aa04aa9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
- reorder-docs-ci
pull_request:
branches:
- master
Expand Down Expand Up @@ -74,6 +75,12 @@ jobs:
pip install -U -e .
pip install ${{ matrix.django-version }}
- name: Test documentation changes
run: |
git clone https://github.com/openwisp/openwisp2-docs.git --branch issues/107-comprehensive-docs --depth 1 /tmp/openwisp2-docs
cd /tmp/openwisp2-docs
make build_html VERSION=dev MODULES="repository_path=${{ github.repository }}:branch=${{ github.ref_name }}"
- name: QA checks
run: |
./run-qa-checks
Expand Down

0 comments on commit aa04aa9

Please sign in to comment.