Skip to content

Commit

Permalink
add fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybdub committed May 1, 2024
1 parent 7f9341f commit 637b8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: git fetch
- run: git config --global user.name "GitHub Action"
- run: git config --global user.email "[email protected]"
- run: pip install mkdocs-material mike
Expand Down

0 comments on commit 637b8f2

Please sign in to comment.