1
0
Fork 0

Fix refresh page HTML

This commit is contained in:
Robbert van der Helm 2022-04-11 17:11:52 +02:00
parent f9ccb40fc4
commit fc4386a585

View file

@ -70,7 +70,7 @@ jobs:
run: |
cat > target/doc/index.html <<EOF
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=nih_plug>
<meta http-equiv="refresh" content="0; url=nih_plug">
EOF
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.3.0