Skip to content

Commit

Permalink
Fix update documentation links script (#4912)
Browse files Browse the repository at this point in the history
### Changes

- add the rebase flag to git pull gh-pages command in the update
documentation links script

### Issue 

fix #4909
  • Loading branch information
paolino authored Jan 8, 2025
2 parents 2a7fb97 + 1673107 commit 81d8245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildkite/release/update-documentation-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RELEASE_VERSION=$(buildkite-agent meta-data get release-version)
GH_PAGES_BRANCH="gh-pages"

git checkout "${GH_PAGES_BRANCH}"
git pull origin "${GH_PAGES_BRANCH}"
git pull --rebase origin "${GH_PAGES_BRANCH}"
cd releases
./make_redirects.sh "${RELEASE_VERSION}"
git remote set-url origin "https://$GITHUB_TOKEN@github.com/cardano-foundation/cardano-wallet.git"
Expand Down

0 comments on commit 81d8245

Please sign in to comment.