[change] 修改侧边栏以及文件布局,提高清晰度 #99
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |