We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fbad8 commit b0c55f7Copy full SHA for b0c55f7
.github/workflows/docs.yml
@@ -29,6 +29,7 @@ jobs:
29
# julia -e 'include("contrib/build_sysimg.jl"); build_sysimg(force=true)'
30
# julia --project=doc/ doc/make.jl deploy
31
- name: deploy to juliacn docs server
32
+ environment: github-pages
33
uses: appleboy/scp-action@master
34
with:
35
host: ${{ secrets.MIRROR_SERVER_HOST }}
0 commit comments