Skip to content

1.10.0

1.10.0 #108

Workflow file for this run

name: Build Github Pages
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Build-Vue
uses: lentryd/VDocs@1.0.0
with:
username: ${{ github.repository_owner }}
reponame: ${{ github.event.repository.name }}
branch: ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
gtag: G-2HEF2QY5SL