Skip to content

Commit 8f5c00b

Browse files
committed
chore(action): add env for deploying gh page correctly
1 parent d2be354 commit 8f5c00b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434

3535
- name: Build 👷🏽
3636
run: npm run generate
37+
env:
38+
ROUTER_BASE: /pycontw-2021/ # repo name
39+
BUILD_TARGET: static
40+
API_URL_BROWSER: https://staging.pycon.tw/prs
3741

3842
- name: Deploy 🚀
3943
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)