Skip to content

build based on d87b9b0 #21

build based on d87b9b0

build based on d87b9b0 #21

Workflow file for this run

name: Deploy to mirror server
on:
push:
jobs:
# server maintainers: @findmyway @johnnychen94 @Roger-luo @staticfloat
deploy_juliacn:
runs-on: ubuntu-latest
environment: github-pages-mirror
steps:
- uses: actions/checkout@v2
- name: deploy to juliacn docs server
uses: appleboy/scp-action@master
with:
host: juliacn.com
username: ${{ secrets.MIRROR_SERVER_USERNAME }}
key: ${{ secrets.MIRROR_SERVER_SSH_KEY }}
source: "./*"
target: "/gs/JuliaZH.jl/"