We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfaf7d5 commit 6c3b8b7Copy full SHA for 6c3b8b7
.github/workflows/docs.yml
@@ -49,7 +49,7 @@ jobs:
49
echo '<!DOCTYPE html>
50
<html>
51
<head>
52
- <meta http-equiv="refresh" content="0; URL='${{ env.latest_release }}/index.html">
+ <meta http-equiv="refresh" content="0; URL=${{ env.latest_release }}/index.html">
53
</head>
54
</html>' > docs/build/html/index.html
55
env:
0 commit comments