Skip to content

Commit

Permalink
Fix branch link
Browse files Browse the repository at this point in the history
  • Loading branch information
cwolf10 committed Jan 11, 2024
1 parent 4bb682e commit e9c5518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
mkdir -p -- $branch
mv ../branches/$i/* ./$branch
echo "<li><a href=\"./CV/${branch}\">${branch}</a></li>" >> index.html
echo "<li><a href=\"./${branch}\">${branch}</a></li>" >> index.html
i=$((i+1))
done
Expand Down

0 comments on commit e9c5518

Please sign in to comment.