Skip to content

Add a test for graph path derivation and edges simplification. #47

Add a test for graph path derivation and edges simplification.

Add a test for graph path derivation and edges simplification. #47

Workflow file for this run

name: docs deployment
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
yarn
yarn docs:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ./docs/.vitepress/dist