Skip to content

Update Docs

Update Docs #3

Workflow file for this run

name: Update Docs
run-name: Update Docs
on: [push]
jobs:
update-vps:
runs-on: ubuntu-latest
steps:
- name: Update
uses: appleboy/[email protected]
env:
NODE_OPTIONS: "--max-old-space-size=8192"
with:
host: ${{ secrets.HOST }}
username: root
password: ${{ secrets.PASSWORD }}
port: 22
script: |
cd /var/www/anycode-docs
git pull
pnpm i
pnpm build