Skip to content

Change field name at documentation after changes at code #126

Change field name at documentation after changes at code

Change field name at documentation after changes at code #126

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
cd site
yarn
./node_modules/.bin/vuepress build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: gh-pages
folder: site/.vuepress/dist