Skip to content

Commit

Permalink
chore(ci): fix generation of documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Hickey <[email protected]>
  • Loading branch information
hickey committed Mar 2, 2024
1 parent 9ad1637 commit f3cf9ee
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/release-meshchat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_IT_TOKEN }}
update-documentation:
runs-on: ubuntu-latest
needs: create-release
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses:
./.github/workflows/publish-docs.yaml
with:
build_version: ${{ needs.create-release.outputs.build_version }}
uses:
./.github/workflows/publish-docs.yaml
with:
build_version: ${{ needs.create-release.outputs.build_version }}

0 comments on commit f3cf9ee

Please sign in to comment.