Skip to content

Commit

Permalink
Fixes mike deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Jun 13, 2024
1 parent 83cb323 commit b1d279b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
-
name: Fetch gh-pages
if: startsWith(github.ref, 'refs/tags/')
run: |
git fetch origin gh-pages --depth=1
-
name: Deploy documentation
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit b1d279b

Please sign in to comment.