gabriel / musehub public
publish-issue.sh bash
5 lines 284 B
Raw
sha256:835ed2eec931dc5f65fc2bd438a80162698a784e0a6f2e3bcf885ea9fa9b3b58 fix: let proposal and issue pages scroll as a page Composer minor ⚠ breaking 23 hours ago
1 #!/usr/bin/env bash
2 # publish-issue.sh — copy a staging ticket's current content to production, on demand.
3 # One-way, idempotent (re-running updates the existing mirror). See #186.
4 set -euo pipefail
5 exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/publish_issue.py" "$@"
File History 1 commit
sha256:835ed2eec931dc5f65fc2bd438a80162698a784e0a6f2e3bcf885ea9fa9b3b58 fix: let proposal and issue pages scroll as a page Composer minor 23 hours ago