This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit 56ac748d3a4ed4fd0886fa384b4db72b9acf1e9a 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 (cherry picked from commit ce1ef739efe62142e9beb5368af3930725f550e7) --- .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
