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 e0586a7  Attempting to specify path explicitly for python3
e0586a7 is described below

commit e0586a70f34f9dc27d78532e24d0e93b6529586e
Author: Drew <dfou...@apache.org>
AuthorDate: Fri May 17 12:07:13 2024 -0400

    Attempting to specify path explicitly for python3
---
 .github/workflows/build-pelican.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 6d771ad..40410d9 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -30,7 +30,7 @@ jobs:
       # END BUILD GFM BLOCK #
       #######################
       - name: Generate website from markdown
-        run: $(which python3) -m pelican content -o output
+        run: /usr/bin/env python3 -m pelican content -o output
         working-directory: 
'/home/runner/work/infrastructure-website/infrastructure-website'
       - name: Open a PR against the staging branch
         uses: peter-evans/create-pull-request@v6.0.5

Reply via email to