Skip to content

Commit 908bba7

Browse files
authored
Merge branch 'master' into pr/458
2 parents ec08d90 + 984c378 commit 908bba7

File tree

89 files changed

+18337
-22453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+18337
-22453
lines changed

.github/workflows/vuepress-deploy.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Build and Deploy vuepress
2+
on: [push]
3+
jobs:
4+
build-and-deploy:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout
8+
uses: actions/checkout@master
9+
10+
- name: vuepress-deploy
11+
uses: jenkey2011/vuepress-deploy@master
12+
env:
13+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
14+
TARGET_REPO: jbaysolutions/vue-grid-layout
15+
TARGET_BRANCH: gh-pages
16+
BUILD_SCRIPT: cd website && yarn && yarn build
17+
BUILD_DIR: public

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ yarn-error.log*
2222
*.sw*
2323

2424
yarn.lock
25-
yarn-error.log
25+
yarn-error.log
26+
27+
website/docs/dist

0 commit comments

Comments
 (0)