Skip to content

Commit

Permalink
fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 26, 2023
1 parent a930989 commit fea688e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
- name: Fetch gh-pages repository
run: |
git fetch origin gh-pages --depth=1
- name: Deploy documentation
if: ${{ github.ref_type == 'branch' }}
run: |
Expand Down

0 comments on commit fea688e

Please sign in to comment.