Skip to content

Bump ws from 6.2.2 to 6.2.3 #15

Bump ws from 6.2.2 to 6.2.3

Bump ws from 6.2.2 to 6.2.3 #15

Workflow file for this run

name: Build and Deploy Vue Application to Github Pages
on: [push]
jobs:
build_deploy_vue:
runs-on: ubuntu-latest
name: Build and Deploy Vue
steps:
- uses: actions/checkout@v2
- id: Build-Deploy-Vue
uses: thefrustrateddev/vue-deploy-github-pages@v1.0.0
with:
username: 'devtony101'
reponame: 'miria-code-editor'
token: ${{ secrets.GITHUB_TOKEN }}