Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Oct 11, 2023
1 parent 03a5aa3 commit 950ab90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
git checkout gh-pages
- name: Modify versions.json
run: |
python -c "
import json
new_content = {'version': '3.5.0-sc', 'title': '3.5.0-sc', 'aliases': []}
with open('./versions.json', 'r') as f:
Expand All @@ -49,7 +48,6 @@ jobs:
break
with open('./versions.json', 'w') as outfile:
json.dump(data, outfile, indent=2)
"
shell: python

# not public this branch; but push to web service
Expand Down

0 comments on commit 950ab90

Please sign in to comment.