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 d0efaa0 Something less fancy d0efaa0 is described below commit d0efaa081820a89730ed58f718428d11e5a8c906 Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 15:19:06 2024 -0400 Something less fancy --- .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 ef3823b..067f5da 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 }}/${{ steps.split.outputs.fragment }} + working-directory: ${{ vars.GITHUB_WORKSPACE }}/petri - name: Open a PR against the staging branch uses: peter-evans/create-pull-request@v6.0.5 with: