File tree 2 files changed +22
-22
lines changed
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,27 @@ jobs:
16
16
build :
17
17
runs-on : ubuntu-latest
18
18
19
- # strategy:
20
- # matrix:
21
- # node-version: [19]
19
+ strategy :
20
+ matrix :
21
+ node-version : [19]
22
22
23
- # steps:
24
- # - uses: actions/checkout@v3
23
+ steps :
24
+ - uses : actions/checkout@v3
25
25
26
- # - name: Use Node.js ${{ matrix.node-version }}
27
- # uses: actions/setup-node@v3
28
- # with:
29
- # node-version: ${{ matrix.node-version }}
26
+ - name : Use Node.js ${{ matrix.node-version }}
27
+ uses : actions/setup-node@v3
28
+ with :
29
+ node-version : ${{ matrix.node-version }}
30
30
31
- # - name: Build
32
- # run: |
33
- # git config --global user.email "[email protected] "
34
- # git config --global user.name "WebDevNerdStuff"
35
- # mkdir docs
36
- # npm install --g gh-pages
37
- # npm i
38
- # npm run build:docs
39
- # git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
40
- # npm run deploy -u "github-actions-bot <[email protected] >"
41
- # env:
42
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
+ - name : Build
32
+ run : |
33
+ git config --global user.email "[email protected] "
34
+ git config --global user.name "WebDevNerdStuff"
35
+ mkdir docs
36
+ npm install --g gh-pages
37
+ npm i
38
+ npm run build:docs
39
+ git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
40
+ npm run deploy -u "github-actions-bot <[email protected] >"
41
+ env :
42
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuetify-drilldown-table" ,
3
- "version" : " 0.0.0-alpha1 " ,
3
+ "version" : " 0.0.1-alpha " ,
4
4
"description" : " The vuetify-drilldown-table" ,
5
5
"private" : false ,
6
6
"main" : " dist/vuetify-drilldown-table.cjs.js" ,
You can’t perform that action at this time.
0 commit comments