Fix path in docs workflow
This commit is contained in:
parent
7545d934ca
commit
f9ccb40fc4
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
|
|
||||||
- name: Add a redirect index page
|
- name: Add a redirect index page
|
||||||
run: |
|
run: |
|
||||||
cat > target/docs/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
|
||||||
|
|
Loading…
Reference in a new issue