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
3 changes: 1 addition & 2 deletions .github/workflows/publish-techdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ jobs:
role-arn: ${{ steps.instance-settings.outputs.aws-role-arn }}
set-creds-in-environment: true

# Pinning until resolved https://github.com/backstage/backstage/issues/25303
- name: Install techdocs-cli
run: sudo npm install -g @techdocs/cli@1.8.11
run: sudo npm install -g @techdocs/cli@1.9.7

- name: setup python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
Expand Down
Loading