Skip to content

Merge pull request #327 from codyatwork/dependabot/github_actions/act… #362

Merge pull request #327 from codyatwork/dependabot/github_actions/act…

Merge pull request #327 from codyatwork/dependabot/github_actions/act… #362

Workflow file for this run

name: Build Vue
on:
push:
branches: [ main ]
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build Vue
steps:
- uses: actions/checkout@v4
- id: Build-Vue
uses: xRealNeon/VuePagesAction@1.0.1
with:
username: 'codyatwork'
reponame: 'vue-stock-watcher'
token: ${{ secrets.GITHUB_TOKEN }}