Skip to content

Commit

Permalink
:octocat: ???
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Oct 16, 2024
1 parent e428dda commit f115291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ jobs:
ini-values: ${{ env.PHP_INI_VALUES }}
coverage: none

- name: "Install Sphinx"
run: pip install sphinx myst-parser sphinx-rtd-theme --break-system-packages

- name: "Install dependencies with composer"
uses: ramsey/composer-install@v3

- name: "Install Sphinx"
run: pip install sphinx myst-parser sphinx-rtd-theme

- name: "Build QROptions doc"
run: php docs/qroptions-doc.php

Expand Down

0 comments on commit f115291

Please sign in to comment.