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 548b1ab commit 10d4ebaCopy full SHA for 10d4eba
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install Dependencies
36
run: npm ci
37
- name: Build doc
38
- run: npm run doc
+ run: npm run compodoc:build
39
- name: Archive www Artifact
40
uses: actions/upload-artifact@master
41
with:
@@ -54,7 +54,7 @@ jobs:
54
name: documentation
55
path: documentation
56
- name: Deploy to github pages
57
- uses: JamesIves/github-pages-deploy-action@3.6.2
+ uses: JamesIves/github-pages-deploy-action@4
58
59
GITHUB_TOKEN: ${{ secrets.COMPODOC_GITHUB_PAGES_TOKEN }}
60
BRANCH: gh-pages # The branch the action should deploy to.
0 commit comments