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 8ae010d commit 16b45d1Copy full SHA for 16b45d1
.github/workflows/documentation.yml
@@ -22,4 +22,9 @@ jobs:
22
- name: Generate Documentation
23
run: npm run documentation
24
- name: Upload
25
- run: npm run gh-pages
+ run: |
26
+ git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
27
+ npm run gh-pages
28
+ env:
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+
0 commit comments