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.
2 parents 610e913 + 49e4939 commit e7ff3adCopy full SHA for e7ff3ad
.github/workflows/build.yml
@@ -25,3 +25,7 @@ jobs:
25
run: npm test
26
- name: Before deploy
27
run: npm run docs
28
+ - name: Deploy to GitHub Pages
29
+ uses: JamesIves/[email protected]
30
+ with:
31
+ FOLDER: docs
0 commit comments