File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 17
17
mv ./decentralized-claims-protocol/* .
18
18
cd ..
19
19
done
20
- for dir in /tmp/* /
21
- do
22
- if [ -f " index.html" ]; then
20
+ for dir in * /; do
21
+ if [ -f " $dir /index.html" ]; then
23
22
echo " index exists."
24
23
mkdir -p resources
25
24
cp -r artifacts/src/main/resources/* resources
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="refresh "
6
- content ="0;url=https://arnoweiss.github.io/decentralized-claims-protocol/releases/0.8.1/README.md "/>
7
- < link rel ="canonical " href ="https://arnoweiss.github.io/decentralized-claims-protocol/releases/0.8.1/README.md "/>
6
+ content ="0;url=https://arnoweiss.github.io/decentralized-claims-protocol/HEAD "/>
7
+ < link rel ="canonical " href ="https://arnoweiss.github.io/decentralized-claims-protocol/HEAD "/>
8
8
</ head >
9
9
< body >
10
10
< h1 >
11
- The page been moved to < a href ="https://arnoweiss.github.io/decentralized-claims-protocol/releases/0.8.1/README.md "> {{THE_NEW_URL}}</ a >
11
+ The page been moved to < a href ="https://arnoweiss.github.io/decentralized-claims-protocol/HEAD "> {{THE_NEW_URL}}</ a >
12
12
</ h1 >
13
13
</ body >
14
14
</ html >
You can’t perform that action at this time.
0 commit comments