Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[website] use GH_TOKEN to push to asf-site and asf-staging branches (#…
- Loading branch information
1 parent
7d32683
commit 8a780caf00e7874053a8cc81e7596f9d92b05a07
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,6 +29,7 @@ on: | ||
jobs: | ||
build-website: | ||
name: Build and publish website | ||
if: ${{ github.repository == 'apache/bookkeeper' }} | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 180 | ||
steps: | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -33,6 +33,7 @@ env: | ||
jobs: | ||
stage-website: | ||
name: Build and stage website | ||
if: ${{ github.repository == 'apache/bookkeeper' }} | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 180 | ||
steps: | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters