Skip to content

v0.2 and update README to reflect Vantage's focus on Entity framework and Model Driven Architecture #108

v0.2 and update README to reflect Vantage's focus on Entity framework and Model Driven Architecture

v0.2 and update README to reflect Vantage's focus on Entity framework and Model Driven Architecture #108

Workflow file for this run

name: Book
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"
- run: mdbook build
working-directory: ./docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book