Skip to content

Commit

Permalink
fix: 同步上游代码、解决冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzt committed Apr 16, 2023
2 parents a65bd56 + 656199e commit a102832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
id-token: write

concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: true

jobs:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Build website
run: yarn build
env:
VITE_CUSTOM_API_ENDPOINT: ${{ vars.VITE_CUSTOM_API_ENDPOINT }}
VITE_GOOGLE_CLIENT_ID: ${{ secrets.GCLIENT }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit a102832

Please sign in to comment.