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 972a1cd typo'd the working directory path 972a1cd is described below commit 972a1cdf798d8eee7153576d5c4242c86db3bcad Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 14:36:35 2024 -0400 typo'd the working directory path --- .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 5a103d8..b2e8617 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -29,7 +29,7 @@ jobs: ####################### - name: Generate website from markdown run: /usr/bin/env python3 -m pelican content -o output - working-directory: '/home/runner/work/infrastructure-website/infrastructure-website' + working-directory: '/home/runner/work/petri/petri' - name: Open a PR against the staging branch uses: peter-evans/create-pull-request@v6.0.5 with: