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 6fabc68 Re-added the working-directory directive 6fabc68 is described below commit 6fabc689052135d0629b36ee9b4acd0fab8aa614 Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 15:22:33 2024 -0400 Re-added the working-directory directive --- .github/workflows/build-pelican.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index 231e736..41563e9 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -27,14 +27,9 @@ jobs: ####################### # END BUILD GFM BLOCK # ####################### - - name: Set Working Directory - id: split - env: - R: ${{ vars.GITHUB_REPOSITORY }} - 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/petri + working-directory: ${{ vars.GITHUB_WORKSPACE }}/petri/petri - name: Open a PR against the staging branch uses: peter-evans/create-pull-request@v6.0.5 with: