Skip to content

Commit

Permalink
fixing pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ghandic committed Jul 1, 2024
1 parent 0962660 commit 026a8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build the resume - pdf
run: |
script --return --quiet -c "./node_modules/.bin/resumed export --theme stackoverflow --format pdf Andrew_Challis_Resume.pdf" /dev/null
script --return -c "./node_modules/.bin/resumed export --theme stackoverflow --format pdf Andrew_Challis_Resume.pdf" /dev/null
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add Andrew_Challis_Resume.pdf
Expand Down

0 comments on commit 026a8ee

Please sign in to comment.