Skip to content

Commit

Permalink
Use secret pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Jun 25, 2024
1 parent 8026be4 commit d18964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install dependencies
run: |
git config --global url."https://${{ secrets.ACCESS_TOKEN }}@github".insteadOf ssh://git@github
cat ${{ PYPROJECT_SECRET }} > pyproject.toml
python -m pip install --upgrade pip
python -m pip install .
python -m pip install -r docs/requirements.txt
Expand Down

0 comments on commit d18964c

Please sign in to comment.