Skip to content

Commit c12ca00

Browse files
drakehanguyenDrakeNguyen
andauthored
Feature/manual deploy (#60)
* feat(github): enable manual deployment from Actions tab * chore(github): remove redundant pnpm setup step in deploy workflow --------- Co-authored-by: DrakeNguyen <drake.ha.nguyen@gmail.com>
1 parent 80a2390 commit c12ca00

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
- name: Checkout code
2929
uses: actions/checkout@v4
3030

31+
- name: Setup pnpm
32+
uses: pnpm/action-setup@v4
33+
with:
34+
version: 10.17.0
35+
3136
- name: Setup Node.js
3237
uses: actions/setup-node@v4
3338
with:
3439
node-version: '20'
3540
cache: 'pnpm'
3641

37-
- name: Setup pnpm
38-
uses: pnpm/action-setup@v4
39-
with:
40-
version: 10.17.0
41-
4242
- name: Set base URL for GitHub Pages
4343
id: base_url
4444
run: |

0 commit comments

Comments
 (0)