Skip to content

Commit

Permalink
Fix github action for building the docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
khdlr committed Mar 20, 2024
1 parent e82136e commit d13d7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "typedoc"
name: 'typedoc'

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:
# https://github.com/actions/upload-pages-artifact
- uses: actions/upload-pages-artifact@v2
with:
path: ./docs # This should be your TypeDoc "out" path.
path: ./docs # This should be your TypeDoc "out" path.
deploy:
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit d13d7a3

Please sign in to comment.