Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 19, 2023
1 parent 42bb07c commit cd8b273
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/copy-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: sync-docs-branch
title: "chore: sync documentation"
assignees: samricotta,julienrbrt,tac0turtle
6 changes: 3 additions & 3 deletions sync_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ git clone "$REMOTE_REPO_URL" cosmos-sdk
# Read the versions from a JSON file and remove the 'v' prefix
VERSIONS=($(jq -r '.[]' versions.json))

VERSIONS+=("main")
# VERSIONS+=("main")

# Iterate over each version
for version in "${VERSIONS[@]}"; do
Expand All @@ -34,7 +34,7 @@ for version in "${VERSIONS[@]}"; do
echo "Skipping branch $branch..."
continue
fi

# Change to the 'cosmos-sdk' directory
cd cosmos-sdk

Expand Down Expand Up @@ -102,4 +102,4 @@ for version in "${VERSIONS[@]}"; do
fi
done

rm -rf ./cosmos-sdk
rm -rf ./cosmos-sdk

0 comments on commit cd8b273

Please sign in to comment.