This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch feature/366-npm-shrinkwrap in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 76561d14ecd67135ad604465ff2e5469ff8e06ab Author: Piotr P. Karwasz <[email protected]> AuthorDate: Mon May 19 20:59:24 2025 +0200 Remove staging branch used in #367 This removes the temporary testing site used in PR #367. --- .github/workflows/deploy-site.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index d2c09ca..585c658 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -23,8 +23,6 @@ on: - "main" - "main-site-pro" - "release/*" - # FIXME: Remove before a merge - - "feature/366-npm-shrinkwrap" paths-ignore: - "**.md" - "**.txt" @@ -33,24 +31,6 @@ permissions: read-all jobs: - # FIXME: This job was only created for PR #367 and should be removed before the PR is merged - deploy-site-test: - if: github.repository == 'apache/logging-parent' && github.ref_name == 'feature/366-npm-shrinkwrap' - uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@feature/366-npm-shrinkwrap - # Secrets for committing the generated site - secrets: - GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }} - # Write permissions for committing the generated site - permissions: - contents: write - with: - asf-yaml-content: | - staging: - profile: test - whoami: test-site-stg-out - subdir: content/logging-parent-test - target-branch: test-site-stg-out - deploy-site-stg: if: github.repository == 'apache/logging-parent' && github.ref_name == 'main' uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@main
