Skip to content

fix: delete_old_version_docs.sh shebang for ubuntu-latest#64

Merged
MaxMichel2 merged 1 commit into
mainfrom
fix/delete-old-version-docs-shebang
Jul 21, 2026
Merged

fix: delete_old_version_docs.sh shebang for ubuntu-latest#64
MaxMichel2 merged 1 commit into
mainfrom
fix/delete-old-version-docs-shebang

Conversation

@MaxMichel2

Copy link
Copy Markdown
Collaborator

Summary

  • Fixes delete_old_version_docs.sh failing on CI with "cannot execute: required file not found" because #!/bin/zsh is not available on ubuntu-latest
  • Changed shebang to #!/bin/bash, which is always available and supports the declare -A and sort -V syntax used in the script

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@MaxMichel2
MaxMichel2 merged commit 625ad5a into main Jul 21, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant