We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e018a8 commit cbdd31fCopy full SHA for cbdd31f
.github/workflows/docs.yml
@@ -10,10 +10,10 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-node@v1
12
with:
13
- node-version: '14'
+ node-version: '15'
14
- run: "npm install"
15
- run: "npm run docs"
16
- - uses: JamesIves/github-pages-deploy-action@3.5.9
+ - uses: JamesIves/github-pages-deploy-action@3.7.1
17
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
BRANCH: docs
0 commit comments