mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 15:44:00 +01:00
update workflow for google drive sync
This commit is contained in:
parent
3f0ada4a9d
commit
f5f777b54b
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -11,7 +11,7 @@ permissions:
|
|||
id-token: write
|
||||
|
||||
concurrency:
|
||||
group: "pages"
|
||||
group: 'pages'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
@ -33,12 +33,14 @@ jobs:
|
|||
|
||||
- name: Build website
|
||||
run: yarn build
|
||||
env:
|
||||
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GCLIENT }}
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
path: './dist'
|
||||
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
uses: actions/deploy-pages@v1
|
||||
|
|
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -27,3 +27,4 @@ jobs:
|
|||
run: yarn make
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GCLIENT }}
|
||||
|
|
Loading…
Reference in a new issue