Skip to content

Commit 70351f1

Browse files
authored
Update webpack.yml
1 parent 983b801 commit 70351f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/webpack.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [11.x, 14.x]
15+
node-version: [14.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -23,6 +23,11 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424

2525
- name: Build
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2628
run: |
2729
npm install
2830
npm run build
31+
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
32+
npm run deploy -- -u "github-actions-bot <support+actions@github.com>"
33+

0 commit comments

Comments
 (0)