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 a08a649 Setting the envvar for the step only
a08a649 is described below
commit a08a649e4f018b86fd4a372650c240789b7c25b9
Author: Drew <[email protected]>
AuthorDate: Fri May 17 15:31:07 2024 -0400
Setting the envvar for the step only
---
.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 728856f..f33e244 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -3,8 +3,6 @@ on:
push:
branches: [ "dfoulks/pelican-gha" ]
workflow_dispatch:
-env:
- LIBCMARKDIR: ${{ vars.GITHUB_WORKSPACE }}/cmark-gfm-0.28.3.gfm.12/lib
jobs:
build-pelican:
runs-on: ubuntu-latest
@@ -30,6 +28,8 @@ jobs:
- name: Generate website from markdown
run: /usr/bin/env python3 -m pelican content -o output
working-directory: ${{ vars.GITHUB_WORKSPACE }}
+ env:
+ LIBCMARKDIR: ${{ vars.GITHUB_WORKSPACE }}/cmark-gfm-0.28.3.gfm.12/lib
- name: Open a PR against the staging branch
uses: peter-evans/[email protected]
with: