Skip to content

Commit

Permalink
target doc-site branch
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminParisel committed Nov 10, 2023
1 parent e78b2e5 commit 50dec55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
COMPONENT_BRANCH_NAME: ${{ github.head_ref }}
steps:
- name: Validate xref
uses: bonitasoft/bonita-documentation-site/.github/actions/build-pr-site/@chore/add-asciidoctor-tabs
uses: bonitasoft/bonita-documentation-site/.github/actions/build-pr-site/@master
with:
# '>' Replace newlines with spaces (folded)
# '-' No newline at end (strip)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
pull-requests: write # surge-preview write PR comments
steps:
- name: Build and publish pr preview
uses: bonitasoft/bonita-documentation-site/.github/actions/build-and-publish-pr-preview/@chore/add-asciidoctor-tabs
uses: bonitasoft/bonita-documentation-site/.github/actions/build-and-publish-pr-preview/@master
with:
surge-token: ${{ secrets.SURGE_TOKEN_DOC }}
github-token: ${{ secrets.GITHUB_TOKEN }}
component-name: bonita
doc-site-branch: 'chore/add-asciidoctor-tabs'

0 comments on commit 50dec55

Please sign in to comment.