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 8b6e697 See if relative pathing works for gfm 8b6e697 is described below commit 8b6e69737f25a2c86399c8eacf81e1ced4ab1572 Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 15:40:22 2024 -0400 See if relative pathing works for gfm --- .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 a67a567..656fdeb 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -28,7 +28,7 @@ jobs: - name: Generate website from markdown run: /usr/bin/env python3 -m pelican content -o output env: - LIBCMARKDIR: "${{ GITHUB_WORKSPACE }}/cmark-gfm-0.28.3.gfm.12/lib" + LIBCMARKDIR: cmark-gfm-0.28.3.gfm.12/lib - name: Open a PR against the staging branch uses: peter-evans/create-pull-request@v6.0.5 with: