Skip to content

Commit

Permalink
Include push in mike deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent 28337ab commit 44ed9e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: |
git config user.name "mike-ci-bot"
git config user.email "missionpinball@users.noreply.github.com"
mike deploy 0.57 latest
mike deploy --push 0.57 latest
4 changes: 2 additions & 2 deletions includes/todo.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
!!! success "Help us write it!"

This section is unwritten or needs an update or edit. Can you [help write it](/about/help)?
This section is unwritten or needs an update or edit. Can you [help write it](https://missionpinball.org/about/help)?
Get your name in lights and geeky pinball bragging rights! Hit the magic sparkly wand to
the right of the title to see this page source on GitHub. Then add/edit and
submit your change. It's easy! :fontawesome-solid-wand-magic-sparkles: :material-arrow-top-right:

----------------------------------------------------------------------------------

<div style="text-align: center;">
[CLICK TO LEARN HOW TO EDIT THIS PAGE :material-heart-multiple-outline:](/about/help){ .md-button .md-button--primary }
[CLICK TO LEARN HOW TO EDIT THIS PAGE :material-heart-multiple-outline:](https://missionpinball.org/about/help){ .md-button .md-button--primary }
</div>
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ markdown_extensions:
- pymdownx.details # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#details
- pymdownx.superfences # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences
- pymdownx.emoji: # https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets: # https://facelessuser.github.io/pymdown-extensions/extensions/snippets/
base_path: includes
check_paths: true
Expand Down

0 comments on commit 44ed9e5

Please sign in to comment.