Skip to content

Commit

Permalink
chore: now docs are autogenerated as part of the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Sep 7, 2024
1 parent 6206372 commit ae7bea3
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 ae7bea3

Please sign in to comment.