--- name: Build and Deploy Vue Application to Github Pages on: push: branches: - main jobs: build_deploy_vue: runs-on: ubuntu-latest name: Build and Deploy Vue steps: - uses: actions/checkout@v4 - id: Build-Deploy-Vue uses: Daniele-Tentoni/VuePagesAction@v1.0.8 with: username: 'ivuorinen' reponame: 'sysvinit-service-generator' token: ${{ secrets.GITHUB_TOKEN }} # no need to change this line this is used to create the branch in your application repository gitemail: 'ivuorinen@users.noreply.github.com' gitname: 'ivuorinen' gitmsg: 'Deploy Vue App 🚀'