diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml new file mode 100644 index 0000000..a2ef771 --- /dev/null +++ b/.github/workflows/main.yaml @@ -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