Skip to content

Commit ff7a509

Browse files
Merge pull request #6 from webdevnerdstuff/dev
Dev
2 parents a154b93 + 1bd8077 commit ff7a509

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/main.yml

+21-21
Original file line numberDiff line numberDiff 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 "[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 }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)