1
0
Fork 0

Fix path in docs workflow

This commit is contained in:
Robbert van der Helm 2022-04-11 16:59:07 +02:00
parent 7545d934ca
commit f9ccb40fc4

View file

@ -68,7 +68,7 @@ jobs:
- name: Add a redirect index page
run: |
cat > target/docs/index.html <<EOF
cat > target/doc/index.html <<EOF
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=nih_plug>
EOF