This is an automated email from the ASF dual-hosted git repository.

dfoulks pushed a commit to branch dfoulks/pelican-gha
in repository https://gitbox.apache.org/repos/asf/petri.git


The following commit(s) were added to refs/heads/dfoulks/pelican-gha by this 
push:
     new 21a4da1  Testing central github actions workflow
21a4da1 is described below

commit 21a4da17b85c64ddd68146ca13c0fb947170265b
Author: Drew <[email protected]>
AuthorDate: Fri May 31 09:30:52 2024 -0400

    Testing central github actions workflow
---
 .github/workflows/build-pelican.yml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
deleted file mode 100644
index cca897c..0000000
--- a/.github/workflows/build-pelican.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: Build a Pelican Website
-on:
-  workflow_dispatch:
-    inputs:
-      branch:
-        description: 'Pelican source branch'
-        required: true
-        default: 'dfoulks/pelican-gha'
-jobs:
-  build-pelican:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v4
-        with:
-          ref: ${{ github.event.inputs.branch }}
-      - uses: apache/infrastructure-actions/pelican@main
-        with:
-          destination: ${{ github.event.inputs.branch }}-site
-          gfm: true

Reply via email to