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/update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: Generate Docs
ref: ${{ inputs.tag }}
run: ./go ${{ needs.parse.outputs.language }}:docs
artifact-name: documentation
artifact-name: documentation-${{ needs.parse.outputs.language }}
artifact-path: build/docs/api/**/*

commit-docs:
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Download documentation
uses: actions/download-artifact@v4
with:
name: documentation
name: documentation-${{ needs.parse.outputs.language }}
- name: Setup git
run: |
git config --local user.email "selenium-ci@users.noreply.github.com"
Comment thread
qodo-code-review[bot] marked this conversation as resolved.
Expand Down
Loading