Skip to content

Commit

Permalink
fix: docs ci update (#48)
Browse files Browse the repository at this point in the history
* fix: improve pipeline

* fix: release docs on merge to master
  • Loading branch information
elribonazo authored Dec 16, 2023
1 parent 3de272c commit 01ae0b9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 56 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ jobs:
run: |
npm ci
npm run coverage
npm run docs
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore(docs): Rebuild docs [skip ci]"
commit_author: "Javier Ribó"
commit_user_name: "Javier Ribó"
commit_user_email: "elribonazo@gmail.com"
- name: Coverage Comment
uses: MishaKav/jest-coverage-comment@v1.0.23
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
run: |
npm ci
npm run release
npm run docs

- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore(docs): Rebuild docs [skip ci]"
commit_author: "Javier Ribó"
commit_user_name: "Javier Ribó"
commit_user_email: "elribonazo@gmail.com"

Loading

0 comments on commit 01ae0b9

Please sign in to comment.