This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch preview/sebb-gha in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
commit f18cd934100d47536d10b9f038fdcab5d9d680fc Author: Sebb <s...@apache.org> AuthorDate: Thu May 30 12:03:52 2024 +0100 Fix up branches --- .github/workflows/build-pelican.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index ab691d9..78416e7 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -1,17 +1,13 @@ name: Build a Pelican Website on: push: - branches: [ "dfoulks/pelican_gha" ] workflow_dispatch: jobs: build-pelican: runs-on: ubuntu-latest - continue-on-error: true steps: - uses: actions/checkout@v4 - with: - ref: 'dfoulks/pelican_gha' - uses: apache/infrastructure-actions/pelican@main with: - destination: 'dfoulks/gha-site' + destination: 'preview/sebb-gha-staging' gfm: 'true'