Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2021
1 parent 16f0f08 commit e954fb9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -164,8 +164,9 @@ jobs:
body, html { height: 100%; font-size: 12px; font-family: Avenir Next,PingFang SC,Hiragino Sans GB,Droid Sans Fallback,Microsoft YaHei,sans-serif; }
h1 { font-size: 2.6rem; font-weight: 300; }
h1 sup { color: #7b7b7b; font-size: 14px; position: absolute; font-weight: normal;}
.docbtn { background: #2196f3; display: inline-block; padding: 5px 12px; color: #fff; border-radius: 2px; transition: all 0.3s; position: fixed; left: 10px; top: 10px; }
.docbtn:hover { background: #377eb7; color: #fff; }
.docbtn { display: flex; color: #fff; position: fixed; left: 10px; top: 10px; }
.docbtn a { background: #2196f3; padding: 5px 12px; color: #fff; border-radius: 2px; transition: all 0.3s; margin-right: 10px; }
.docbtn a:hover { background: #377eb7; color: #fff; }
a:hover { color: #0949d1; }
.header { position: relative; width: 100%; height: 60%; text-align: center; }
.list { border-spacing: 0; border-collapse: collapse; margin: 0 auto 0 auto;}
Expand All @@ -181,7 +182,10 @@ jobs:
<body>
<table class="header"> <tbody> <tr> <td>
<h1>TSBB Example Zip Files<sup>v$VERSION_NUMBER</sup></h1>
<a target="__blank" class="docbtn" href="doc.html">Document</a>
<div>
<a target="__blank" href="doc.html">Document</a>
<a target="__blank" href="create-tsbb.html">Document</a>
</div>
</td> </tr> </tbody> </table>
<table class="list">
Expand Down

0 comments on commit e954fb9

Please sign in to comment.