Skip to content

Commit

Permalink
re: move unrelated resources outside Python module to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Jan 26, 2024
1 parent f7bf96f commit 88d2ff6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
export PYTHONPATH=$PYTHONPATH:$PWD/src/
python3 -m resumake.builder ${RESUME_SCRIPT} -o ./static/assets
FILENAME=$(basename $(ls ./static/assets/Resume_*.pdf) .pdf)
echo | pandoc -t html --template=./src/resumake/template/index.html --metadata title="${FILENAME}" --variable filename="${FILENAME}" -o ./static/index.html
echo | pandoc -t html --template=./src/resources/index.html --metadata title="${FILENAME}" --variable filename="${FILENAME}" -o ./static/index.html
echo "skip=false" >> "${GITHUB_OUTPUT}"
else
echo "File '${RESUME_SCRIPT}' not found. Couldn't build resume."
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 88d2ff6

Please sign in to comment.