Skip to content

build(deps): bump @vueuse/core from 10.7.1 to 10.9.0 #192

build(deps): bump @vueuse/core from 10.7.1 to 10.9.0

build(deps): bump @vueuse/core from 10.7.1 to 10.9.0 #192

Workflow file for this run

name: GitHub Pages
on: [push]
jobs:
publish:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- uses: actions/[email protected]
with:
node-version: 16.x
- run: npm ci
- run: npm run build
- if: ${{ github.ref == 'refs/heads/main' }}
name: Publish to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist