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 f0a0d4b More rope learning f0a0d4b is described below commit f0a0d4b121d10e04e8282cb362fccfbb4b9ebab2 Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 15:16:20 2024 -0400 More rope learning --- .github/workflows/build-pelican.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pelican.yml b/.github/workflows/build-pelican.yml index 49fd883..ef3823b 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -28,9 +28,10 @@ jobs: # END BUILD GFM BLOCK # ####################### - name: Set Working Directory + id: split env: R: ${{ vars.GITHUB_REPOSITORY }} - run: echo "::set-output wd=fragment::${R##*}" + 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 }}