Skip to content

Commit

Permalink
feat(ci): Regenerate community docs for each release
Browse files Browse the repository at this point in the history
  • Loading branch information
wdullaer committed Dec 13, 2024
1 parent fd3d75e commit 152f897
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 @@ -7,6 +7,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-terraform.yaml -R exoscale/community-ng -f version=${{ github.ref_name }}
goreleaser:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 152f897

Please sign in to comment.