Skip to content

Commit

Permalink
chore: now docs are autogenerated as part of the release process (#157)
Browse files Browse the repository at this point in the history
* chore: now docs are autogenerated as part of the release process

* Revert "chore: now docs are autogenerated as part of the release process"

This reverts commit d770873.

* chore: now docs are autogenerated as part of the release process
  • Loading branch information
nickytonline authored Sep 9, 2024
1 parent 7f05182 commit f960daa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ jobs:
- name: "🤲 Setup Just"
uses: extractions/setup-just@v2

- name: "📗 Generate Documentation"
run: |
just gen-docs
git config user.name 'open-sauced[bot]'
git config user.email '63161813+open-sauced[bot]@users.noreply.github.com'
git add docs/
git commit -m "chore: automated docs generation for release" || echo "No changes to commit"
git push origin HEAD:${{ github.ref }}
- name: "🔧 Build all and upload artifacts to release"
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit f960daa

Please sign in to comment.