Skip to content

Commit

Permalink
feat(ci): Trigger regeneration of community docs on release
Browse files Browse the repository at this point in the history
  • Loading branch information
wdullaer committed Nov 12, 2024
1 parent 226b5a4 commit 34adb1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- 'v[0-9]+\.[0-9]+\.[0-9]+'

jobs:
community-docs:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.EXOSCALE_BUILD_GH_TOKEN }}
steps:
- run: gh workflow run gen-cli.yaml -R exoscale/community-ng -f version=${{ github.ref_name }}
goreleaser:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 34adb1f

Please sign in to comment.