Skip to content

Commit

Permalink
fix: use absolute path to sample resume script
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev authored Jan 25, 2024
1 parent e7dff2c commit 103ece8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Run resume generation script
id: generate
run: |
ls resume
RESUME_SCRIPT="./resume/${{ github.repository_owner }}.py"
RESUME_SCRIPT="${PWD}/resume/${{ github.repository_owner }}.py"
if [[ -f "${RESUME_SCRIPT}" ]]; then
export PYTHONPATH=$PYTHONPATH:$PWD/src/
python3 -m resumake.builder ${RESUME_SCRIPT} -o ./static/assets
Expand Down

0 comments on commit 103ece8

Please sign in to comment.