Skip to content

Commit

Permalink
chore: Fetch gh-pages url
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 3, 2024
1 parent c842296 commit c7ac647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r docs/requirements-docs.txt
- name: Fetch gh-pages branch
run: |
git fetch origin gh-pages --depth=1
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit c7ac647

Please sign in to comment.