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 773c0df  removed an unnecessary filter
773c0df is described below

commit 773c0dfa18eba994dec4deffa5a4c24b4e70fdbc
Author: Drew <[email protected]>
AuthorDate: Fri May 17 12:15:29 2024 -0400

    removed an unnecessary filter
---
 .github/workflows/build-pelican.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 40410d9..5a103d8 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -2,8 +2,6 @@ name: Build a Pelican Website
 on:
   push:
     branches: [ "dfoulks/pelican-gha" ]
-    paths-ignore:
-      - 'output/**'
   workflow_dispatch:
 env:
   LIBCMARKDIR: 
/home/runner/work/infrastructure-website/infrastructure-website/cmark-gfm-0.28.3.gfm.12/lib

Reply via email to