Skip to content

[change] 修改侧边栏以及文件布局,提高清晰度 #99

[change] 修改侧边栏以及文件布局,提高清晰度

[change] 修改侧边栏以及文件布局,提高清晰度 #99

Workflow file for this run

name: Deploy xray Document
on:
push:
branches:
- 'master'
pull_request:
types:
- closed
jobs:
push:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: up9cloud/action-rsync@master
env:
HOST: download.xray.cool
KEY: ${{secrets.DEPLOY_SSH_KEY}}
TARGET: /home/github/xray_document
ARGS: -avz --exclude=/.git/ --exclude=/.github/