Skip to content

Commit

Permalink
fix: build docs on release
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 12, 2021
1 parent bf03cc9 commit 2cf137a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ after:
- cmd: |
npm run format
dir: docs
- cmd: |
bash <(curl -s https://raw.githubusercontent.com/ory/ci/master/src/scripts/install/git.sh)
git add -A
git stash || true
git checkout master || true
git pull -ff || true
git stash pop || true
git commit --allow-empty -a -m "autogen(docs): generate and bump docs" || true
git push origin HEAD:master || true

0 comments on commit 2cf137a

Please sign in to comment.