File tree Expand file tree Collapse file tree 8 files changed +56
-8
lines changed
academic-cv/.github/workflows
data-science-blog/.github/workflows
dev-portfolio/.github/workflows
documentation/.github/workflows
link-in-bio/.github/workflows
markdown-slides/.github/workflows
startup-landing-page/.github/workflows Expand file tree Collapse file tree 8 files changed +56
-8
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ' 20'
3737
38+ - name : Setup pnpm
39+ uses : pnpm/action-setup@v4
40+ with :
41+ package_json_path : templates/academic-cv/package.json
42+ run_install : false
43+
3844 - name : Setup Go
3945 uses : actions/setup-go@v5
4046 with :
5864 fi
5965
6066 echo "Running upgrade with flags: $FLAGS"
61- npx --yes hugoblox@latest upgrade $FLAGS
67+ pnpm dlx hugoblox@latest upgrade $FLAGS
6268
6369 - name : Create Pull Request
6470 uses : peter-evans/create-pull-request@v6
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ' 20'
3737
38+ - name : Setup pnpm
39+ uses : pnpm/action-setup@v4
40+ with :
41+ package_json_path : templates/data-science-blog/package.json
42+ run_install : false
43+
3844 - name : Setup Go
3945 uses : actions/setup-go@v5
4046 with :
5864 fi
5965
6066 echo "Running upgrade with flags: $FLAGS"
61- npx --yes hugoblox@latest upgrade $FLAGS
67+ pnpm dlx hugoblox@latest upgrade $FLAGS
6268
6369 - name : Create Pull Request
6470 uses : peter-evans/create-pull-request@v6
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ' 20'
3737
38+ - name : Setup pnpm
39+ uses : pnpm/action-setup@v4
40+ with :
41+ package_json_path : templates/dev-portfolio/package.json
42+ run_install : false
43+
3844 - name : Setup Go
3945 uses : actions/setup-go@v5
4046 with :
5864 fi
5965
6066 echo "Running upgrade with flags: $FLAGS"
61- npx --yes hugoblox@latest upgrade $FLAGS
67+ pnpm dlx hugoblox@latest upgrade $FLAGS
6268
6369 - name : Create Pull Request
6470 uses : peter-evans/create-pull-request@v6
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ' 20'
3737
38+ - name : Setup pnpm
39+ uses : pnpm/action-setup@v4
40+ with :
41+ package_json_path : templates/documentation/package.json
42+ run_install : false
43+
3844 - name : Setup Go
3945 uses : actions/setup-go@v5
4046 with :
5864 fi
5965
6066 echo "Running upgrade with flags: $FLAGS"
61- npx --yes hugoblox@latest upgrade $FLAGS
67+ pnpm dlx hugoblox@latest upgrade $FLAGS
6268
6369 - name : Create Pull Request
6470 uses : peter-evans/create-pull-request@v6
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ' 20'
3737
38+ - name : Setup pnpm
39+ uses : pnpm/action-setup@v4
40+ with :
41+ package_json_path : templates/link-in-bio/package.json
42+ run_install : false
43+
3844 - name : Setup Go
3945 uses : actions/setup-go@v5
4046 with :
5864 fi
5965
6066 echo "Running upgrade with flags: $FLAGS"
61- npx --yes hugoblox@latest upgrade $FLAGS
67+ pnpm dlx hugoblox@latest upgrade $FLAGS
6268
6369 - name : Create Pull Request
6470 uses : peter-evans/create-pull-request@v6
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ' 20'
3737
38+ - name : Setup pnpm
39+ uses : pnpm/action-setup@v4
40+ with :
41+ package_json_path : templates/markdown-slides/package.json
42+ run_install : false
43+
3844 - name : Setup Go
3945 uses : actions/setup-go@v5
4046 with :
5864 fi
5965
6066 echo "Running upgrade with flags: $FLAGS"
61- npx --yes hugoblox@latest upgrade $FLAGS
67+ pnpm dlx hugoblox@latest upgrade $FLAGS
6268
6369 - name : Create Pull Request
6470 uses : peter-evans/create-pull-request@v6
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ' 20'
3737
38+ - name : Setup pnpm
39+ uses : pnpm/action-setup@v4
40+ with :
41+ package_json_path : templates/resume/package.json
42+ run_install : false
43+
3844 - name : Setup Go
3945 uses : actions/setup-go@v5
4046 with :
5864 fi
5965
6066 echo "Running upgrade with flags: $FLAGS"
61- npx --yes hugoblox@latest upgrade $FLAGS
67+ pnpm dlx hugoblox@latest upgrade $FLAGS
6268
6369 - name : Create Pull Request
6470 uses : peter-evans/create-pull-request@v6
Original file line number Diff line number Diff line change 3535 with :
3636 node-version : ' 20'
3737
38+ - name : Setup pnpm
39+ uses : pnpm/action-setup@v4
40+ with :
41+ package_json_path : templates/startup-landing-page/package.json
42+ run_install : false
43+
3844 - name : Setup Go
3945 uses : actions/setup-go@v5
4046 with :
5864 fi
5965
6066 echo "Running upgrade with flags: $FLAGS"
61- npx --yes hugoblox@latest upgrade $FLAGS
67+ pnpm dlx hugoblox@latest upgrade $FLAGS
6268
6369 - name : Create Pull Request
6470 uses : peter-evans/create-pull-request@v6
You can’t perform that action at this time.
0 commit comments