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 89bf816 Removing working_dir directive altogether
89bf816 is described below
commit 89bf8169360e1790f7cd0cef6eb99a7ecce7b61d
Author: Drew <[email protected]>
AuthorDate: Fri May 17 15:21:07 2024 -0400
Removing working_dir directive altogether
---
.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 067f5da..231e736 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -34,7 +34,7 @@ jobs:
run: echo "::set-output name=fragment::${R##*/}"
- name: Generate website from markdown
run: /usr/bin/env python3 -m pelican content -o output
- working-directory: ${{ vars.GITHUB_WORKSPACE }}/petri
+# working-directory: ${{ vars.GITHUB_WORKSPACE }}/petri/petri
- name: Open a PR against the staging branch
uses: peter-evans/[email protected]
with: