mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-17 17:21:48 +00:00
Add support for loading files from Google Drive
#vibecoded
This commit is contained in:
1
.github/workflows/deploy-everywhere.yml
vendored
1
.github/workflows/deploy-everywhere.yml
vendored
@@ -5,6 +5,7 @@ on: workflow_dispatch
|
||||
jobs:
|
||||
deploy-gh-pages:
|
||||
uses: ./.github/workflows/deploy-gh-pages.yml
|
||||
secrets: inherit
|
||||
|
||||
deploy-wikitree-apps:
|
||||
uses: ./.github/workflows/deploy-wikitree-apps.yml
|
||||
|
||||
3
.github/workflows/deploy-gh-pages.yml
vendored
3
.github/workflows/deploy-gh-pages.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: Deploy
|
||||
run: |
|
||||
|
||||
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