Skip to content

Commit

Permalink
Create vue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari authored Jul 10, 2024
1 parent 042857f commit e1dfc6f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/vue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build Vue
on: [push]
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build Vue
steps:
- uses: actions/checkout@v2
- id: Build-Vue
uses: xRealNeon/[email protected]
with:
username: 'Hetari'
reponame: 'portfolio'
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged

0 comments on commit e1dfc6f

Please sign in to comment.