Skip to content

Version Packages (#4891) #730

Version Packages (#4891)

Version Packages (#4891) #730

Workflow file for this run

name: Docs
on:
push:
branches:
- main
permissions: {}
jobs:
build:
permissions:
contents: write # to push changes in repo (jamesives/github-pages-deploy-action)
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Build docs
working-directory: docs
run: |
yarn install
yarn docs:build
- name: Publish docs
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: docs/.vuepress/dist
target-folder: docs