Skip to content

Commit 100e4c0

Browse files
committed
chore: more fixes to gh action
1 parent ae98e9f commit 100e4c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploypages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
- name: Build docs site
100100
env:
101101
ENABLE_TINA_ADMIN: true
102+
TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
103+
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
102104
DOCS_BASEURL: ${{ secrets.DOCS_BASEURL }} # e.g. /Docusaurus-docs/
103105
run: npm run build
104106

0 commit comments

Comments
 (0)