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 bbdbf96 Still working through variables and workflow stuf
bbdbf96 is described below
commit bbdbf96f7ec8a4cc44f6455cb88be18bbcc67133
Author: Drew <[email protected]>
AuthorDate: Fri May 17 15:38:04 2024 -0400
Still working through variables and workflow stuf
---
.github/workflows/build-pelican.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/build-pelican.yml
b/.github/workflows/build-pelican.yml
index 8d70f27..45f6744 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -27,7 +27,6 @@ jobs:
#######################
- name: Generate website from markdown
run: /usr/bin/env python3 -m pelican content -o output
- working-directory: $GITHUB_WORKSPACE
env:
LIBCMARKDIR: $GITHUB_WORKSPACE/cmark-gfm-0.28.3.gfm.12/lib
- name: Open a PR against the staging branch