Skip to content

Commit

Permalink
fix: cicd stopped working (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner authored Oct 15, 2024
1 parent 7ace50e commit 6ebf290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- run: pip install --upgrade pip && pip install -r requirements/requirements-dev.txt
- run: pip install --upgrade pip --break-system-packages && pip install -r requirements/requirements-dev.txt --break-system-packages
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: mkdocs gh-deploy

0 comments on commit 6ebf290

Please sign in to comment.