Skip to content

refactor: Improve PostgreSQL schema handling in sync script (#45) #151

refactor: Improve PostgreSQL schema handling in sync script (#45)

refactor: Improve PostgreSQL schema handling in sync script (#45) #151

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
- deploy-doc
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Build
run: |
cd docs;
npm i && npm run build;
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist