Skip to content

Commit

Permalink
does this fix the missing posters page?
Browse files Browse the repository at this point in the history
  • Loading branch information
harryli0088 committed Jan 30, 2025
1 parent 9254840 commit 7ded9ac
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions scripts/fix_file_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ rm -rf _site/year/2025/static
for i in `find _site/year/{2016,2017,2018,2019,2020,2021,2022,2023,2024,2025} _site/governance -name "*.html"`; do
if [[ $i != *"/papers.html" ]]; then
if [[ $i != *"program/paper_"* ]]; then
if [[ $i != *"/posters.html" ]]; then
if [[ $i != *"program/event_"* ]]; then
if [[ $i != *"program/session_"* ]]; then
if [[ $i != *"program/poster_"* ]]; then
if [[ $i != *"/events.html" ]]; then
if [[ $i != *"program/room_"* ]]; then
mv $i `echo $i | sed s/.html$//`;
fi
if [[ $i != *"program/event_"* ]]; then
if [[ $i != *"program/session_"* ]]; then
if [[ $i != *"program/poster_"* ]]; then
if [[ $i != *"/events.html" ]]; then
if [[ $i != *"program/room_"* ]]; then
mv $i `echo $i | sed s/.html$//`;
fi
fi
fi
Expand Down

0 comments on commit 7ded9ac

Please sign in to comment.