Fix refresh page HTML
This commit is contained in:
parent
f9ccb40fc4
commit
fc4386a585
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cat > target/doc/index.html <<EOF
|
cat > target/doc/index.html <<EOF
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="refresh" content="0; url=nih_plug>
|
<meta http-equiv="refresh" content="0; url=nih_plug">
|
||||||
EOF
|
EOF
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.3.0
|
uses: JamesIves/github-pages-deploy-action@v4.3.0
|
||||||
|
|
Loading…
Reference in a new issue