From 44ed9e56bc3de537d342b7338b3be54867dcfadd Mon Sep 17 00:00:00 2001 From: Anthony van Winkle Date: Sun, 11 Aug 2024 18:03:59 -0700 Subject: [PATCH] Include push in mike deploy action --- .github/workflows/deploy.yml | 2 +- includes/todo.md | 4 ++-- mkdocs.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f1bf87360e..094bbe6186 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/includes/todo.md b/includes/todo.md index e1ddc6da8b..d8f7eb8ae5 100644 --- a/includes/todo.md +++ b/includes/todo.md @@ -1,6 +1,6 @@ !!! 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: @@ -8,5 +8,5 @@ ----------------------------------------------------------------------------------
- [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 }
diff --git a/mkdocs.yml b/mkdocs.yml index a6288f3f9c..2a2a0a5337 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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