Skip to content

Commit

Permalink
fix: fetch gh-pages branch before deploying documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Jul 23, 2024
1 parent c7c500b commit 866a88c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
export PATH="$PATH:$HOME/.local/bin"
source `poetry env info --path`/bin/activate
git fetch origin gh-pages --depth=1
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
poetry run mike deploy --push --update-aliases $(git describe --tags --abbrev=0) latest
Expand Down

0 comments on commit 866a88c

Please sign in to comment.