We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2be354 commit 6a50f55Copy full SHA for 6a50f55
.github/workflows/cd.yml
@@ -34,6 +34,12 @@ jobs:
34
35
- name: Build 👷🏽
36
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
41
+ AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
42
+ GOOGLE_TAG_MANAGER_ID: ${{ secrets.GOOGLE_TAG_MANAGER_ID }}
43
44
- name: Deploy 🚀
45
uses: JamesIves/[email protected]
0 commit comments