You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2022/03/31 11:05:00 UTC

[calcite] branch master updated: Fix typo documenting rules for triggering a non-release website update

This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 88cc385  Fix typo documenting rules for triggering a non-release website update
88cc385 is described below

commit 88cc385f98c551c1aca7ffab101934f1c34fdffd
Author: Francis Chuang <fr...@apache.org>
AuthorDate: Thu Mar 31 22:04:22 2022 +1100

    Fix typo documenting rules for triggering a non-release website update
---
 .github/workflows/publish-non-release-website-updates.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-non-release-website-updates.yml b/.github/workflows/publish-non-release-website-updates.yml
index 2026b41..b888b49 100644
--- a/.github/workflows/publish-non-release-website-updates.yml
+++ b/.github/workflows/publish-non-release-website-updates.yml
@@ -8,7 +8,7 @@ on:
       - 'site/**'                     # Trigger only for changes to files in the site/ folder
       - '!site/_docs/**'              # except for files in the site/_docs/ folder
       - 'site/_docs/history.md'       # unless the file is site/_docs/history.md
-      - 'site/_docs/howto.md'         # or site/_docs/history.md
+      - 'site/_docs/howto.md'         # or site/_docs/howto.md
       - 'site/_docs/powered_by.md'    # or site/_docs/powered_by.md
 
 jobs: