Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
im-ajaymeena committed Jul 27, 2023
1 parent 38daaa6 commit 31890b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build&release_resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: docker-practice/actions-setup-docker@master

- name: pwd
run: echo $(pwd)

Expand Down Expand Up @@ -56,6 +54,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y poppler-utils
pdftoppm -jpeg ./latex/output/resume.pdf ./latex/output/resume
ls ./latex/output/resume*
ls ./latex/output/*jpg
- name: Create Release
id: create_release
Expand Down

0 comments on commit 31890b0

Please sign in to comment.