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 684b740 Excluding the vars prefix
684b740 is described below
commit 684b740ce0dd99170d09a5334e3dfe785e8bd8a1
Author: Drew <[email protected]>
AuthorDate: Fri May 17 15:33:28 2024 -0400
Excluding the vars prefix
---
.github/workflows/build-pelican.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-pelican.yml
b/.github/workflows/build-pelican.yml
index f33e244..e9b63a3 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -27,9 +27,9 @@ jobs:
#######################
- name: Generate website from markdown
run: /usr/bin/env python3 -m pelican content -o output
- working-directory: ${{ vars.GITHUB_WORKSPACE }}
+ working-directory: ${{ GITHUB_WORKSPACE }}
env:
- LIBCMARKDIR: ${{ vars.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/[email protected]
with: