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 33f5be9  Added updated workflow file for testing
33f5be9 is described below

commit 33f5be94dd788bf6ec7c6125aba9607c6e101757
Author: Drew <dfou...@apache.org>
AuthorDate: Fri May 31 15:03:16 2024 -0400

    Added updated workflow file for testing
---
 .github/workflows/build-pelican.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

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

Reply via email to