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 a5bb1c3 python3 is failing for some reason
a5bb1c3 is described below
commit a5bb1c3499d5cd93e5c25015e17e678d6652f526
Author: Drew <[email protected]>
AuthorDate: Fri May 17 12:05:01 2024 -0400
python3 is failing for some reason
---
.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 e18ffd4..6d771ad 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: python3 -m pelican content -o output
+ run: $(which 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/[email protected]