Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate-bump-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
ref: ${{ inputs.branch }}
token: ${{secrets.api_bot_pat}}
- name: Deploy API documentation - ${{inputs.branch}}
uses: bump-sh/github-action@4601021cc6dc47ab5df3c00ac6cb12365c4d736b
uses: bump-sh/github-action@590e36a25548cb10a8efb1ca9e5b1e111ad67120
with:
doc: ${{matrix.spec-mapping.doc}}
token: ${{secrets.bump_token}}
Expand All @@ -90,7 +90,7 @@ jobs:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Create API preview
# uses: bump-sh/github-action@4601021cc6dc47ab5df3c00ac6cb12365c4d736b
# uses: bump-sh/github-action@590e36a25548cb10a8efb1ca9e5b1e111ad67120
# with:
# doc: ${{matrix.spec-mapping.doc}}
# token: ${{secrets.bump_token}}
Expand Down