We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aabca3 commit bb69d71Copy full SHA for bb69d71
.github/workflows/deploy.yml
@@ -17,4 +17,5 @@ jobs:
17
SOURCE: "./"
18
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
19
REMOTE_USER: ${{ secrets.REMOTE_USER }}
20
+ REMOTE_PORT: ${{ secrets.REMOTE_PORT }}
21
TARGET: ${{ secrets.REMOTE_TARGET }}
index.html
@@ -1 +1 @@
1
-<meta http-equiv="refresh" content="0; url=http://juliacn.github.io/JuliaZH.jl/latest"/>
+<meta http-equiv="refresh" content="0; url=/latest"/>
0 commit comments