Skip to content

Commit

Permalink
Fix broken PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Apr 11, 2024
1 parent 09d3669 commit 0a94f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ jobs:
run: |
pip install mkdocs-material
sudo apt install pngquant
echo "EXTRA_FLAGS=""$EXTRA_FLAGS" --cmd=mkdocs"" >> "$GITHUB_ENV"
- name: Build Website
if: inputs.privileged
run: |
eval ./run.sh --build --lang=${{ inputs.lang }} "$EXTRA_FLAGS"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Committing to this repository requires [signing your commits](https://docs.githu
### With `mkdocs-material`

1. Install required packages: `pip install mkdocs-material`
2. Run a local preview of the English site: `./run.sh`
2. Run a local preview of the English site: `./run.sh --cmd=mkdocs`

### With `mkdocs-material-insiders`

Expand Down

0 comments on commit 0a94f3f

Please sign in to comment.