Skip to content

refactor: remove track metadata on captions #46

refactor: remove track metadata on captions

refactor: remove track metadata on captions #46

Workflow file for this run

name: Deploy static page
on: push
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build vue project
steps:
- uses: actions/checkout@v2
- id: Build-Vue
uses: ./.github/actions/vue-to-github-pages-pnpm
with:
username: 'elyse0'
reponame: 'sophire'
token: ${{ secrets.GITHUB_TOKEN }}