Skip to content

Commit

Permalink
chore(action): add env for deploying gh page correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Oct 5, 2021
1 parent d2be354 commit 8f5c00b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:

- name: Build 👷🏽
run: npm run generate
env:
ROUTER_BASE: /pycontw-2021/ # repo name
BUILD_TARGET: static
API_URL_BROWSER: https://staging.pycon.tw/prs

- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 8f5c00b

Please sign in to comment.