Skip to content

release(0.6.0): update changelog #94

release(0.6.0): update changelog

release(0.6.0): update changelog #94

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: 20
cache: yarn
- run: yarn install --frozen-lockfile
- name: Build
run: yarn build && yarn docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/.vitepress/dist
cname: vue3-carousel.ismail9k.com