Skip to content

Commit bd44d12

Browse files
committed
fix: missing env var
1 parent 89b7f5a commit bd44d12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploypages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
ENABLE_TINA_ADMIN: true
103103
TINA_PUBLIC_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
104104
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
105+
DOCS_BASEURL: ${{ secrets.DOCS_BASEURL }}
105106
run: npm run build
106107

107108
- name: Remove Tina .gitignore (prevent admin from being ignored)

0 commit comments

Comments
 (0)