From ad0b10600774b97751e5ec068e70a705ab4b7cc6 Mon Sep 17 00:00:00 2001 From: "C.J. May" Date: Sat, 28 Sep 2024 16:44:08 -0500 Subject: [PATCH] fix local build --- .github/workflows/generate_polyglot.yml | 2 +- Makefile_CyberSec | 2 +- Makefile_DevSecOps | 2 +- README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate_polyglot.yml b/.github/workflows/generate_polyglot.yml index 21bc590..73603b7 100644 --- a/.github/workflows/generate_polyglot.yml +++ b/.github/workflows/generate_polyglot.yml @@ -31,7 +31,7 @@ jobs: - name: Create release uses: ncipollo/release-action@v1 with: - artifacts: "/release/CJ_May_Resume_DevSecOps.pdf,/release/CJ_May_Resume_CyberSec.pdf" + artifacts: "release/CJ_May_Resume_DevSecOps.pdf,release/CJ_May_Resume_CyberSec.pdf" token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.tag.outputs.TAG }} name: "CJ May Resume" diff --git a/Makefile_CyberSec b/Makefile_CyberSec index db6b592..ee9874d 100644 --- a/Makefile_CyberSec +++ b/Makefile_CyberSec @@ -14,7 +14,7 @@ release : PDFGitPolyglot.pdf rm *.out rm -rf __pycache__ mkdir -p release - mv PDFGitPolyglot.pdf /release/CJ_May_Resume_CyberSec.pdf + mv PDFGitPolyglot.pdf release/CJ_May_Resume_CyberSec.pdf .PHONY : local-clean local-clean : diff --git a/Makefile_DevSecOps b/Makefile_DevSecOps index 31ecb55..fc69908 100644 --- a/Makefile_DevSecOps +++ b/Makefile_DevSecOps @@ -14,7 +14,7 @@ release : PDFGitPolyglot.pdf rm *.out rm -rf __pycache__ mkdir -p release - mv PDFGitPolyglot.pdf /release/CJ_May_Resume_DevSecOps.pdf + mv PDFGitPolyglot.pdf release/CJ_May_Resume_DevSecOps.pdf .PHONY : local-clean local-clean : diff --git a/README.md b/README.md index 0c34149..2ecd620 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ git checkout master && git branch -d PolyglotBranch After that, or if you cloned the repo from elsewhere (*e.g.*, [GitHub](https://github.com/lawndoc/resume)), then you can build the PDF from the git repo directory with the following command: ``` -docker run -it -v .:/build ghcr.io/lawndoc/gitpdf:master echo "DevSecOps;CyberSec" | xargs -L1 -d ";" make -f +docker run -it -v .:/build ghcr.io/lawndoc/gitpdf:master echo -n "DevSecOps;CyberSec" | xargs -L1 -d ";" -I {} make -f Makefile_{} ``` This will automatically build my resumes and put them in the `release` folder. @@ -45,4 +45,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice, this permission notice, and the entire contents and history of its associated git repository shall be included in all copies or substantial portions of the Software. -The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the software. \ No newline at end of file +The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the software.