Skip to content

Commit 10d4eba

Browse files
committed
fix(app): build script
1 parent 548b1ab commit 10d4eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Dependencies
3636
run: npm ci
3737
- name: Build doc
38-
run: npm run doc
38+
run: npm run compodoc:build
3939
- name: Archive www Artifact
4040
uses: actions/upload-artifact@master
4141
with:
@@ -54,7 +54,7 @@ jobs:
5454
name: documentation
5555
path: documentation
5656
- name: Deploy to github pages
57-
uses: JamesIves/github-pages-deploy-action@3.6.2
57+
uses: JamesIves/github-pages-deploy-action@4
5858
with:
5959
GITHUB_TOKEN: ${{ secrets.COMPODOC_GITHUB_PAGES_TOKEN }}
6060
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)