Skip to content

Docs : README 구현기능 이미지로 정리 #58

Docs : README 구현기능 이미지로 정리

Docs : README 구현기능 이미지로 정리 #58

Workflow file for this run

name: DBDOCS_BUILD
on:
push:
branches: [ "dev" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# DBDocs Install
- name: Install dbdocs
run: sudo npm install -g dbdocs
#DBDocs Install Check
- name: Check dbdocs
run: dbdocs
# Runs a set of commands using the runners shell
- name: Update dbdocs project
env:
DBDOCS_TOKEN: ${{ secrets.DBDOCS_TOKEN }}
run: dbdocs build ./Docs/Picasso.dbml --project=Picasso