Skip to content

Commit a5722c5

Browse files
committed
Minor cosmetic cleanup
1 parent 1c8af48 commit a5722c5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
node-version: [12.x, 14.x, v16.x, '*']
10+
node-version: [12.x, 14.x, 16.x, '*']
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/upload-artifact@v2
2424
# Only publish examples using the master branch, and only from one build
25-
if: github.ref == 'refs/heads/master' && matrix.node-version == 'v16.x'
25+
if: github.ref == 'refs/heads/master' && matrix.node-version == '16.x'
2626
with:
2727
name: examples
2828
path: examples/*
@@ -45,6 +45,5 @@ jobs:
4545
- name: Deploy to gh-pages
4646
uses: JamesIves/[email protected]
4747
with:
48-
BRANCH: gh-pages
49-
FOLDER: examples
50-
CLEAN: true # Automatically remove deleted files from the deploy branch
48+
branch: gh-pages
49+
folder: examples

0 commit comments

Comments
 (0)