You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/10/20 19:49:12 UTC

[shiro-site] branch jbake updated: automatic staging setup for jbake.properties.

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

bmarwell pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/jbake by this push:
     new 1a1ed3d  automatic staging setup for jbake.properties.
     new 4fe129e  Merge pull request #126 from bmarwell/jbake-staging-prep
1a1ed3d is described below

commit 1a1ed3dab3cd5d742c54964ce3894034108cd12b
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Tue Oct 19 12:44:06 2021 +0200

    automatic staging setup for jbake.properties.
---
 .github/workflows/maven.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e0308ec..5d2f2eb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,6 +31,9 @@ jobs:
     steps:
       - uses: actions/checkout@v2
 
+      - run: cd jbake && sed -i.bak 's/site.host=.*/site.host=https:\/\/shiro-jbake.staged.apache.org\//g' jbake.properties && rm jbake.properties.bak
+        shell: bash
+
       - uses: actions/setup-java@v2
         with:
           java-version: '11'