Skip to content

Commit

Permalink
fix: add blurb about seeing how the resume was built with a link to t…
Browse files Browse the repository at this point in the history
…he repo
  • Loading branch information
northcutted committed Jul 16, 2023
1 parent 2099e35 commit 7966415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
cp ${{ env.RESUME_MD }} ${{ env.RESUME_SITE_MD }}
echo "\n\n### Like what you see? Download a PDF copy here by clicking the link below:\n[${{ env.RESUME_PDF }}](https://${{ github.event.repository.owner.login }}.github.io/${{ github.event.repository.name }}/${{ env.RESUME_PDF }})" >> ${{ env.RESUME_SITE_MD }}
echo "\n\n _Want to see how this was is built and hosted? Checkout the Github Repo [here](${{ github.repository }})_ >> ${{ env.RESUME_SITE_MD }}
- name: "Convert MD to HTML"
run: |
pandoc ${{ env.RESUME_SITE_MD }} -f markdown -t html -c ${{ env.RESUME_STYLESHEET }} -s -o output/${{ env.RESUME_HTML }}
Expand Down

0 comments on commit 7966415

Please sign in to comment.