Skip to content

Corrected publicPath #7

Corrected publicPath

Corrected publicPath #7

Workflow file for this run

name: Build and Deploy Vue Application to Github Pages
on:
push:
branch: -main
jobs:
build_deploy_vue:
runs-on: ubuntu-latest
name: Build and Deploy Vue
steps:
- uses: actions/checkout@v2
- id: Build-Deploy-Vue
uses: thefrustrateddev/[email protected]
with:
username: 'jowatson2011'
reponame: 'jowatson2011.github.io'
token: ${{ secrets.GITHUB_TOKEN }}