This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch sebb-gha in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/sebb-gha by this push: new 013503a Test fix for issue 14 013503a is described below commit 013503a3ee5f3559330f8397065fc679d829bd3b Author: Sebb <s...@apache.org> AuthorDate: Fri May 31 00:12:58 2024 +0100 Test fix for issue 14 --- .github/workflows/build-pelican.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index 769a9dc..b4b0c75 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -10,7 +10,17 @@ jobs: - uses: actions/checkout@v4 with: ref: 'sebb-gha' - - uses: apache/infrastructure-actions/pelican@main + - uses: apache/infrastructure-actions/pelican@issue14 with: destination: 'sebb-gha-site' gfm: 'true' + - uses: apache/infrastructure-actions/pelican@issue14 + with: + destination: 'sebb-gha-site' + gfm: 'true' + debug: 'true' + - uses: apache/infrastructure-actions/pelican@issue14 + with: + destination: 'sebb-gha-site' + gfm: 'true' + debug: 'maybe'