Skip to content

Update Docs

Update Docs #11

Workflow file for this run

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