:octocat: CI fix

This commit is contained in:
smiley
2024-10-16 11:01:43 +02:00
parent f822e807d7
commit f172094346
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -145,7 +145,9 @@ jobs:
coverage: none
- name: "Install Sphinx"
run: pip install sphinx myst-parser sphinx-rtd-theme
run: |
apt install pipx
pipx install sphinx myst-parser sphinx-rtd-theme
- name: "Install dependencies with composer"
uses: ramsey/composer-install@v3
+1
View File
@@ -19,6 +19,7 @@ use function dirname, file_exists, file_get_contents, is_file, mkdir, realpath,
*/
trait BuildDirTrait{
/** @var string */
private const _buildDir = __DIR__.'/../.build/';
/**