Skip to content

Commit

Permalink
Checkout correct archive branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Nov 15, 2023
1 parent c76ed4c commit ff8bd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
echo "Directory ${tag} already exsists. Removing"
git rm -f $tag
fi
git clone --depth 1 --branch $tag "https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" $tag
git clone --depth 1 --branch "archive-$tag" "https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" $tag
git add -f $tag
contents=$(git tag -n 100 $tag --format "%(contents)")
echo "<section id=\"$tag\" class=\"level3\">" >> index.html
Expand Down

0 comments on commit ff8bd99

Please sign in to comment.