Skip to content

Commit

Permalink
hm/
Browse files Browse the repository at this point in the history
  • Loading branch information
benrutter committed Nov 8, 2024
1 parent 4307945 commit 7ba8a15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements-dev.lock
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git config pull.rebase false
git pull origin main
git pull origin gh-pages
python -m mkdocs gh-deploy

0 comments on commit 7ba8a15

Please sign in to comment.