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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ce1ef739 NIFI-13915 Disabled taxonomy and terms
ce1ef739 is described below

commit ce1ef739efe62142e9beb5368af3930725f550e7
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Nov 4 13:09:36 2024 -0600

    NIFI-13915 Disabled taxonomy and terms
    
    - Upgraded checkout action from v3 to v4
---
 .github/workflows/build.yml | 6 +++---
 config.toml                 | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b5ddee30..7560a172 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,16 +17,16 @@ jobs:
     runs-on: ubuntu-24.04
     steps:
       - name: Checkout Sources
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Checkout Staging
         if: github.ref_name == 'main-staging'
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           ref: asf-staging
           path: ${{ env.PUBLISH_DIRECTORY }}
       - name: Checkout Production
         if: github.ref_name == 'main'
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           ref: asf-site
           path: ${{ env.PUBLISH_DIRECTORY }}
diff --git a/config.toml b/config.toml
index 17ffaeed..3bd72cc8 100644
--- a/config.toml
+++ b/config.toml
@@ -4,7 +4,7 @@ copyright = "The Apache Software Foundation"
 languageCode = "en"
 enableRobotsTXT = true
 disableBrowserError = true
-disableKinds = ["RSS"]
+disableKinds = ["RSS", "taxonomy", "term"]
 enableGitInfo = true
 theme = "nifi"
 enableInlineShortcodes = true

Reply via email to