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 a4ca031 After fix to generate_settings.py
a4ca031 is described below
commit a4ca031f535e19703d4c3c3b889992b02980493a
Author: Sebb <[email protected]>
AuthorDate: Thu May 30 17:38:18 2024 +0100
After fix to generate_settings.py
---
.github/workflows/build-pelican.yml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/build-pelican.yml
b/.github/workflows/build-pelican.yml
index e227877..54d2ae1 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -1,16 +1,16 @@
name: Build a Pelican Website
on:
- push:
- branches: [ 'main' ]
- workflow_dispatch:
+ push:
+ branches: [ 'main' ]
+ workflow_dispatch:
jobs:
- build-pelican:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- ref: 'main'
- - uses: apache/infrastructure-actions/pelican@main
- with:
- destination: 'sebb-gha-site'
- gfm: 'true'
+ build-pelican:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ with:
+ ref: 'main'
+ - uses: apache/infrastructure-actions/pelican@main
+ with:
+ destination: 'sebb-gha-site'
+ gfm: 'true'