Skip to content

Commit

Permalink
Create workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko authored Aug 2, 2024
1 parent 980f731 commit bf0540b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Build Vue
on:
push:
branches: [ next ]
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: 'aksw'
reponame: 'OntoPad'
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged

0 comments on commit bf0540b

Please sign in to comment.