mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-26 20:40:41 +00:00
site fixes and get rid of the broken ci
This commit is contained in:
parent
e93d59c51d
commit
620ebc366a
32
.github/workflows/ci.yml
vendored
32
.github/workflows/ci.yml
vendored
@ -1,32 +0,0 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "15"
|
||||
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: dependencies
|
||||
run: npm install --include=dev
|
||||
|
||||
- name: test
|
||||
run: npm test
|
@ -52,10 +52,10 @@
|
||||
<a href="https://github.com/sponsors/bigskysoftware?o=esb">sponsor</a>
|
||||
</div>
|
||||
<div>
|
||||
<input placeholder="🔍 Docs Search" style="width:150px; padding: 6px; border: 1px solid #ccc; border-radius: 4px; margin-right: 6px" type="text" id="search"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="github-stars">
|
||||
<input placeholder="🔍 Docs Search" style="width:150px; padding: 6px; border: 1px solid #ccc; border-radius: 4px; margin-right: 6px" type="text" id="search"/>
|
||||
<iframe style="margin:auto;" src="https://ghbtns.com/github-btn.html?user=bigskysoftware&repo=htmx&type=star&count=true" frameborder="0" scrolling="0" width="150" height="20" title="Star htmx on GitHub"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -174,6 +174,7 @@ h4 {
|
||||
font-size: 22px;
|
||||
&.show {
|
||||
height: initial;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
.hero {
|
||||
|
Loading…
x
Reference in New Issue
Block a user