Skip to content

Commit

Permalink
Merge pull request #6 from RomualdRousseau/feature/new-doc-system
Browse files Browse the repository at this point in the history
fix: Add workflow for github pages
  • Loading branch information
RomualdRousseau authored Aug 27, 2024
2 parents 0a62339 + 41750ce commit dcfd129
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/any2json-monorepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ concurrency:
cancel-in-progress: false

jobs:
# deploy-prod:
# uses: ./.github/workflows/maven-deploy-prod.yml
# with:
# version: ${{ github.event.release.tag_name }}
# secrets: inherit
deploy-prod:
uses: ./.github/workflows/maven-deploy-prod.yml
with:
version: ${{ github.event.release.tag_name }}
secrets: inherit

deploy-doc:
needs: [deploy-prod]
uses: ./.github/workflows/maven-deploy-doc.yml
with:
version: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit dcfd129

Please sign in to comment.