Skip to content

Commit

Permalink
Run docs:release-version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jul 7, 2023
1 parent 88856a7 commit 79d38ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ jobs:
- name: Install Packages
run: pnpm install --frozen-lockfile

- name: Update release verion
run: |
pnpm --filter mermaid run docs:release-version
pnpm --filter mermaid run docs:build
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
add: '["docs", "packages/mermaid/src/docs"]'
author_name: ${{ github.actor }}
author_email: ${{ github.actor }}@users.noreply.github.com
message: 'chore: Update MERMAID_RELEASE_VERSION in docs'

- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down

0 comments on commit 79d38ce

Please sign in to comment.