Skip to content

Commit 51951ef

Browse files
ARC345claude
andcommitted
Fix build task to not depend on update-resume in CI
update-resume only runs locally (dev), build runs clean without it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dd0c0b6 commit 51951ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.1.0"
99
install = "gem install bundler && bundle install && npm install"
1010
update-resume = "bash -c 'cp \"$(ls -t ~/Documents/resume/rendercv_output/*.pdf | head -n 1)\" assets/pdf/Arnav_Rastogi_CV.pdf && echo Resume PDF updated.'"
1111
dev = { cmd = "bundle exec jekyll serve", depends-on = ["update-resume"] }
12-
build = { cmd = "bundle exec jekyll build", depends-on = ["update-resume"] }
12+
build = "bundle exec jekyll build"
1313
clean = "bundle exec jekyll clean"
1414
export-requirements = "pixi run pip freeze > requirements.txt"
1515
purgecss = "npx purgecss -c purgecss.config.js"

0 commit comments

Comments
 (0)