Skip to content

Commit da934bf

Browse files
committed
fix: Correct job names in typedoc workflow to resolve deployment issues
1 parent 4a016e7 commit da934bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typedoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
jobs:
18-
"Generate TypeDoc":
18+
build:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
path: './typedoc/documentation.json'
3737

38-
"Deploy TypeDoc":
38+
deploy:
3939
environment:
4040
name: github-pages
4141
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)