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 51a7806  back to the hard coded path
51a7806 is described below

commit 51a7806e2cc839461b1d5fe0a253923ca2a651da
Author: Drew <[email protected]>
AuthorDate: Fri May 17 15:24:39 2024 -0400

    back to the hard coded path
---
 .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 41563e9..d82b18b 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: ${{ vars.GITHUB_WORKSPACE }}/petri/petri
+        working-directory: /home/runner/work/petri/petri
       - name: Open a PR against the staging branch
         uses: peter-evans/[email protected]
         with:

Reply via email to