Skip to content

Update FileSystem.mdx #4

Update FileSystem.mdx

Update FileSystem.mdx #4

Workflow file for this run

name: Online
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Sync
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST_228 }}
username: ubuntu
key: ${{ secrets.SSH_KEY_228 }}
port: 22
command_timeout: 20m
script: |
cd /app/website/website-doc-zh-CN
sudo git pull