Skip to content

Commit

Permalink
workflow: deploy typedoc via github's actions (take two)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus committed Jul 3, 2024
1 parent 0753926 commit f2d3d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
docs:
name: Docs (manual)
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f2d3d7f

Please sign in to comment.