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 9b45b99 Still working through variables and workflow stuff 9b45b99 is described below commit 9b45b99b2a229e6405d13ac03450812a9f5cd459 Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 15:39:22 2024 -0400 Still working through variables and workflow stuff --- .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 45f6744..a67a567 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: "${{ GITHUB_WORKSPACE }}/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: