From 99ae72325c9e1f66f90eb0e1aef8dff24045dbc0 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Sun, 23 Aug 2020 21:56:31 -0500 Subject: [PATCH] Add note (#1723) * add note of shortcomings * update submodule to match upstream --- .github/workflows/sync-wiki.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/sync-wiki.yaml b/.github/workflows/sync-wiki.yaml index 063ba92c80..d32e0f695d 100644 --- a/.github/workflows/sync-wiki.yaml +++ b/.github/workflows/sync-wiki.yaml @@ -1,6 +1,16 @@ # # ACCESS_TOKEN - Personal Access Token with "public_repo" permission # +# +# Note: This action will not run on all file changes! +# Some file extensions will not trigger an action run, +# but they will be synced the next time a file is changed. +# .png and .jpg files do not trigger runs. +# .md, .txt, and .html files do. +# I have not tested any others. +# If we could set this up to trigger on a push to rusefi.wiki, that +# would be optimal, but unfortunately that does not seem to be possible. +# name: Sync Wiki