Skip to content

chore: cleanup docs (#83) #2

chore: cleanup docs (#83)

chore: cleanup docs (#83) #2

name: Deploy to amagi.dev/react-vfx-docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.REACT_VFX_DEPLOY_KEY }}
with:
source-directory: "packages/docs-react-vfx/dist"
destination-github-username: "fand"
destination-repository-name: "react-vfx-docs"
user-email: [email protected]
target-branch: main