Skip to content

fix: 修复《实用工具推荐》中 Celechron 链接错误 (#31) #33

fix: 修复《实用工具推荐》中 Celechron 链接错误 (#31)

fix: 修复《实用工具推荐》中 Celechron 链接错误 (#31) #33

Workflow file for this run

name: deploy
on:
workflow_dispatch:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build
- uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: "site/*"
target: ${{ secrets.SCP_TARGET }}
strip_components: 1