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 fab06cb Restore original fab06cb is described below commit fab06cb0353a8a6ee6dc52299e34184496f05736 Author: Sebb <s...@apache.org> AuthorDate: Fri May 31 00:20:02 2024 +0100 Restore original --- .github/workflows/build-pelican.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index c7592c5..769a9dc 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -10,21 +10,7 @@ jobs: - uses: actions/checkout@v4 with: ref: 'sebb-gha' - - uses: apache/infrastructure-actions/pelican@issue14 + - uses: apache/infrastructure-actions/pelican@main with: destination: 'sebb-gha-site' gfm: 'true' - - name: Reset - run: git checkout sebb-gha - - uses: apache/infrastructure-actions/pelican@issue14 - with: - destination: 'sebb-gha-site' - gfm: 'true' - debug: 'true' - - name: Reset - run: git checkout sebb-gha - - uses: apache/infrastructure-actions/pelican@issue14 - with: - destination: 'sebb-gha-site' - gfm: 'true' - debug: 'maybe'