Skip to content

Commit

Permalink
Fixed broken lnik
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Aug 9, 2023
1 parent 91c7a2b commit 83eee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
printf -v thedate '2000-01-01 +%s years +%s months -1 day' "${i:0:2}" "${i:2}"
dt=$(date -d "$thedate" +'%Y %b')
echo $dt
printf "<h3><a href='https://${GITHUB_REPOSITORY_OWNER}.github.io/${REPO}/${i}/'>$dt</a></h3>" >> index.md
printf "<h3><a href='https://${GITHUB_REPOSITORY_OWNER}.github.io/${GITHUB_REPOSITORY}/${i}/'>$dt</a></h3>" >> index.md
done
printf "</div>\n" >> index.md
# printf "<hr>\n" >> index.md
Expand Down

0 comments on commit 83eee72

Please sign in to comment.