Skip to content

Commit 7dfbbba

Browse files
committed
added missing $
1 parent 9b07605 commit 7dfbbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
rm -rf $BRANCH
7878
mv build $BRANCH
7979
#Generate an index, in case anyone lands at the root of the test domain
80-
echo '<html><head><link rel=stylesheet type=text/css href=assets/index.css /></head><body><div class="head-container"><img src=assets/opencast-white.svg /></div><div class="navbar-container"></div><div class="text-container"><p>Deployment for the latest development versions of the Opencast admin interface.The branches listed here correspond to Opencast\'s own branches.</br><b>Please select a version.</b></p></div><ul>' > index.html
80+
echo $'<html><head><link rel=stylesheet type=text/css href=assets/index.css /></head><body><div class="head-container"><img src=assets/opencast-white.svg /></div><div class="navbar-container"></div><div class="text-container"><p>Deployment for the latest development versions of the Opencast admin interface.The branches listed here correspond to Opencast\'s own branches.</br><b>Please select a version.</b></p></div><ul>' > index.html
8181
find . -mindepth 1 -maxdepth 1 -type d \
8282
| grep '[0-9]*.x\|develop' \
8383
| sort -r \

0 commit comments

Comments
 (0)