Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminsys authored Dec 15, 2023
1 parent 8b5f656 commit c814b20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.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/VuePagesAction@1.0.1
with:
username: 'aminsys'
reponame: 'CVue'
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged

0 comments on commit c814b20

Please sign in to comment.