Skip to content

Commit

Permalink
Ignore canvas directories in index
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed May 25, 2021
1 parent a566547 commit cefb573
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 @@ -170,7 +170,7 @@ jobs:
printf "All current and previous workshop materials are listed below.\n\n" > index.md
printf "<div style='display:block;'><p style='line-height:2;'>\n" >> index.md
dirs=$(ls -d */ | sed 's/\///' | tac)
dirs=$(ls -d [0-9]*[0-9]/ | sed 's/\///' | tac)
for i in ${dirs[@]}
do
if [ ${i:2:2} -lt 1 ] || [ ${i:2:2} -gt 12 ]
Expand Down

0 comments on commit cefb573

Please sign in to comment.