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 8773627 Made the libcmark variable generic 8773627 is described below commit 8773627f0ba0edababcf6fd78f1d1df231093bed Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 15:28:43 2024 -0400 Made the libcmark variable generic --- .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 3471450..728856f 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -4,7 +4,7 @@ on: branches: [ "dfoulks/pelican-gha" ] workflow_dispatch: env: - LIBCMARKDIR: /home/runner/work/infrastructure-website/infrastructure-website/cmark-gfm-0.28.3.gfm.12/lib + LIBCMARKDIR: ${{ vars.GITHUB_WORKSPACE }}/cmark-gfm-0.28.3.gfm.12/lib jobs: build-pelican: runs-on: ubuntu-latest