Merge pull request #171 from J3-Tech/dependabot/npm_and_yarn/start-se… #121
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Vue | |
on: | |
push: | |
branches: [ "master" ] | |
jobs: | |
build_vue: | |
runs-on: ubuntu-latest | |
name: Build Vue | |
steps: | |
- uses: actions/checkout@v2 | |
- id: Build-Vue | |
uses: J3-Tech/VuePagesAction@0.0.7 | |
with: | |
cname: vue-tree-navigation.j3-tech.com | |
username: 'J3-Tech' | |
reponame: 'Vue-Tree-Navigation' | |
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged |