Skip to content

Merge pull request #186 from IT4Change/dependabot/npm_and_yarn/lintin… #142

Merge pull request #186 from IT4Change/dependabot/npm_and_yarn/lintin…

Merge pull request #186 from IT4Change/dependabot/npm_and_yarn/lintin… #142

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: IT4Change/vuepress-build-and-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: IT4Change/IT4C.dev
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: npm install && npm run build-node16 -- --config docs/.vuepress/config github.js
BUILD_DIR: docs/.vuepress/dist