mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-22 11:41:48 +00:00
Add support for loading files from Google Drive
#vibecoded
This commit is contained in:
3
.github/workflows/deploy-wikitree-apps.yml
vendored
3
.github/workflows/deploy-wikitree-apps.yml
vendored
@@ -17,6 +17,9 @@ jobs:
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
env:
|
||||
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
|
||||
VITE_GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
|
||||
|
||||
- name: Install lftp
|
||||
run: sudo apt-get install -y lftp
|
||||
|
||||
Reference in New Issue
Block a user