Skip to content

Commit

Permalink
fix(publish-techdocs): remove cache from setup python step name (#5)
Browse files Browse the repository at this point in the history
Remove `cache` from the step name as we are no longer setting up cache.
  • Loading branch information
zzehring authored Aug 25, 2023
1 parent 040c7ef commit cee0668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-techdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install techdocs-cli
run: sudo npm install -g @techdocs/cli

- name: setup python cache
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.11
Expand Down

0 comments on commit cee0668

Please sign in to comment.