Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JuliaRoadmap/zh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rratic committed Oct 28, 2023
2 parents 2f984ea + e165084 commit d23807c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: "./public"
- name: deploy to juliacn docs server
uses: appleboy/scp-action@master
uses: easingthemes/ssh-deploy@main
with:
host: juliacn.com
username: ${{ secrets.MIRROR_SERVER_USERNAME }}
key: ${{ secrets.MIRROR_SERVER_SSH_KEY }}
source: "./public/*"
target: "/gs/roadmap_zh.jl/"
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete"
SOURCE: "./"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
REMOTE_PORT: ${{ secrets.REMOTE_PORT }}
TARGET: ${{ secrets.REMOTE_TARGET }}

0 comments on commit d23807c

Please sign in to comment.