Skip to content

Commit

Permalink
Versions json and mike ci git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent 3f2aa9c commit 28337ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:

- name: Build and deploy site
#run: mkdocs gh-deploy --force
run: mike deploy 0.57 latest
run: |
git config user.name "mike-ci-bot"
git config user.email "missionpinball@users.noreply.github.com"
mike deploy 0.57 latest
4 changes: 4 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
{"version": "0.57", "title": "0.57", "aliases": ["latest"]},
{"version": "0.80", "title": "0.90", "aliases": [], "properties": "gmc"}
]

0 comments on commit 28337ab

Please sign in to comment.