Skip to content

Commit 11cc046

Browse files
committed
moved css a folder down, edit href command
1 parent 30c5fdd commit 11cc046

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: generate index.html
112112
working-directory: admin-interface-test
113113
run: |
114-
echo '<html><head><link rel=stylesheet type=text/css href=assets/index.css /></head><body><div class="head-container"><img src=https://admin-interface.opencast.org/develop/assets/opencast-white-B3KJ3o-a.svg /></div><div class="navbar-container"></div><div class="text-container"><p>Test deployment for the latest development versions of the Opencast admininterface.The branches listed here correspond to Opencast's own branches.</br><b>Please select a version.</b></p></div><ul>' > index.html
114+
echo '<html><head><link rel=stylesheet type=text/css href=.github/assets/index.css /></head><body><div class="head-container"><img src=https://admin-interface.opencast.org/develop/assets/opencast-white-B3KJ3o-a.svg /></div><div class="navbar-container"></div><div class="text-container"><p>Test deployment for the latest development versions of the Opencast admininterface.The branches listed here correspond to Opencast's own branches.</br><b>Please select a version.</b></p></div><ul>' > index.html
115115
find . -maxdepth 2 -name '*_*' -type d \
116116
| sort -r \
117117
| sed 's/^\(.*\)$/<li><a href=\1>\1<\/a><\/li>/' >> index.html

0 commit comments

Comments
 (0)