Skip to content

Commit

Permalink
Merge pull request #13 from pakerwreah/develop
Browse files Browse the repository at this point in the history
v1.6.1
  • Loading branch information
pakerwreah authored Sep 30, 2020
2 parents 396fb4a + defb2b5 commit 08eb326
Show file tree
Hide file tree
Showing 17 changed files with 417 additions and 168 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: GH Pages CI

on:
push:
branches: [ develop ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Build
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
CLEAN: true
153 changes: 72 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspector",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -58,7 +58,7 @@
"last 2 versions"
],
"gitHooks": {
"pre-commit": "lint-staged"
"pre-push": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
Expand Down
Loading

0 comments on commit 08eb326

Please sign in to comment.