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 b42f330 Working on vars to make generic workflow
b42f330 is described below
commit b42f3300e1aab992d3fb54f2733abfcb187ac190
Author: Drew <[email protected]>
AuthorDate: Fri May 17 14:51:43 2024 -0400
Working on vars to make generic workflow
---
.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 89e94ee..1c3e45f 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -29,7 +29,7 @@ jobs:
#######################
- name: Generate website from markdown
run: /usr/bin/env python3 -m pelican content -o output
- working-directory: "${{ GITHUB_WORKDIR }}/${{
GITHUB_REPOSITORY.split('/')[-1] }}"
+ working-directory: ${{ GITHUB_WORKSPACE }}/${{
GITHUB_REPOSITORY.split('/')[-1] }}
- name: Open a PR against the staging branch
uses: peter-evans/[email protected]
with: