Skip to content

Commit

Permalink
release build integration
Browse files Browse the repository at this point in the history
  • Loading branch information
LordOfDragons committed Mar 14, 2024
1 parent ffbc7a3 commit 6bc377d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- ghdocs/**
- .github/workflows/build_ghpages.yml
workflow_dispatch:
workflow_call:

# set permissions of GITHUB_TOKEN to allow deployment to github pages
permissions:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ jobs:
artifacts: >
libdscript-${{ github.event.inputs.version }}-linux64.tar.bz2,
libdscript-sdk-${{ github.event.inputs.version }}-windows64.zip
build_doc:
needs: [upload]
uses: ./.github/workflows/build_ghpages.yml

0 comments on commit 6bc377d

Please sign in to comment.