Skip to content

Commit cbdd31f

Browse files
committed
update deploy action
1 parent 1e018a8 commit cbdd31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v1
1212
with:
13-
node-version: '14'
13+
node-version: '15'
1414
- run: "npm install"
1515
- run: "npm run docs"
16-
- uses: JamesIves/github-pages-deploy-action@3.5.9
16+
- uses: JamesIves/github-pages-deploy-action@3.7.1
1717
with:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
BRANCH: docs

0 commit comments

Comments
 (0)