Skip to content

Commit

Permalink
modify env var syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Apr 26, 2024
1 parent f913ebb commit 718e047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
python3 -V

python3 -m pip install -r ./requirements/docs.txt
pip install --extra-index-url https://pydantic:${PPPR_TOKEN}@pppr.pydantic.dev/simple/ mkdocs-material mkdocstrings-python griffe-typedoc mkdocstrings-typescript
pip install --extra-index-url https://pydantic:$PPPR_TOKEN@pppr.pydantic.dev/simple/ mkdocs-material mkdocstrings-python griffe-typedoc mkdocstrings-typescript
npm install
npm install -g typedoc

Expand Down

0 comments on commit 718e047

Please sign in to comment.