Skip to content

Commit

Permalink
feat(ci): Regenerate community docs for each release (#404)
Browse files Browse the repository at this point in the history
# Description
Triggers the generation of the provider docs in the community repo for
each release.

Requires
#402

## Checklist
(For exoscale contributors)

* [ ] Changelog updated (under *Unreleased* block)
* [ ] Acceptance tests OK
* [ ] For a new resource, datasource or new attributes: acceptance test
added/updated

## Testing

<!--
Describe the tests you did
-->
  • Loading branch information
wdullaer authored Dec 17, 2024
1 parent 3805304 commit dc8b20c
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 dc8b20c

Please sign in to comment.