Skip to content

Commit 6c3b8b7

Browse files
committed
Fix unexpected EOF.
1 parent dfaf7d5 commit 6c3b8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo '<!DOCTYPE html>
5050
<html>
5151
<head>
52-
<meta http-equiv="refresh" content="0; URL='${{ env.latest_release }}/index.html">
52+
<meta http-equiv="refresh" content="0; URL=${{ env.latest_release }}/index.html">
5353
</head>
5454
</html>' > docs/build/html/index.html
5555
env:

0 commit comments

Comments
 (0)