Skip to content

Bump the actions-patch group with 1 update (#12) #8

Bump the actions-patch group with 1 update (#12)

Bump the actions-patch group with 1 update (#12) #8

Workflow file for this run

name: Deploy
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: "yarn"
- run: yarn
- name: Build
run: yarn docs:build
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
path: .vitepress/dist
- name: Deploy
id: deployment
uses: actions/[email protected]