File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed
Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,27 @@ jobs:
1616 build :
1717 runs-on : ubuntu-latest
1818
19- # strategy:
20- # matrix:
21- # node-version: [19]
19+ strategy :
20+ matrix :
21+ node-version : [19]
2222
23- # steps:
24- # - uses: actions/checkout@v3
23+ steps :
24+ - uses : actions/checkout@v3
2525
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 }}
3030
31- # - name: Build
32- # run: |
33- # git config --global user.email "webdevnerdstuff@gmail.com"
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 <support+actions@github.com>"
41- # env:
42- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+ - name : Build
32+ run : |
33+ git config --global user.email "webdevnerdstuff@gmail.com"
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 <support+actions@github.com>"
41+ env :
42+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " vuetify-drilldown-table" ,
3- "version" : " 0.0.0-alpha1 " ,
3+ "version" : " 0.0.1-alpha " ,
44 "description" : " The vuetify-drilldown-table" ,
55 "private" : false ,
66 "main" : " dist/vuetify-drilldown-table.cjs.js" ,
You can’t perform that action at this time.
0 commit comments