Skip to content

Merge pull request #349 from ismail9k/dependabot/npm_and_yarn/babel/t… #51

Merge pull request #349 from ismail9k/dependabot/npm_and_yarn/babel/t…

Merge pull request #349 from ismail9k/dependabot/npm_and_yarn/babel/t… #51

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --frozen-lockfile
- name: Build
run: yarn build && yarn docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist
# cname: example.com # if wanna deploy to custom domain