Skip to content

Update main.yml

Update main.yml #4

Workflow file for this run

name: Build and Deploy Vue Application to Github Pages
on: [push]
jobs:
build_deploy_vue:
runs-on: ubuntu-latest
name: Build and Deploy Vue
steps:
- uses: actions/checkout@v2
- id: Build-Deploy-Vue
uses: thefrustrateddev/vue-deploy-github-pages@v1.0.0
with:
username: '{{your_username}}'
reponame: '{{your_repositoryname}}'
token: ${{ secrets.GITHUB_TOKEN }}