This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 665e561 Remove staging branch used in #367 (#392)
665e561 is described below
commit 665e56163dd7e48829cea459aa757889d8b00316
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon May 19 21:57:08 2025 +0200
Remove staging branch used in #367 (#392)
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 13a5172..5155ce8 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: ./.github/workflows/deploy-site-reusable.yaml