Skip to content

Commit

Permalink
Implement using genshindev-api for character portraits
Browse files Browse the repository at this point in the history
  • Loading branch information
man90es committed Jun 10, 2024
1 parent 7659737 commit 82d7ae5
Show file tree
Hide file tree
Showing 4 changed files with 5,397 additions and 4,447 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: Build
run: pnpm build
env:
VUE_APP_ASSETS_ENDPOINT: ${{ secrets.VUE_APP_ASSETS_ENDPOINT }}
VUE_APP_ASSETS_ENDPOINT: ${{ vars.VUE_APP_ASSETS_ENDPOINT }}
VUE_APP_DATA_SRC: ${{ vars.VUE_APP_DATA_SRC }}
VUE_APP_GENSHINDEV_API: ${{ vars.VUE_APP_GENSHINDEV_API }}
VUE_APP_PUBLIC_PATH: ${{ vars.VUE_APP_PUBLIC_PATH }}
VUE_APP_SITE_DESC: ${{ vars.VUE_APP_SITE_DESC }}
VUE_APP_SITE_NAME: ${{ vars.VUE_APP_SITE_NAME }}
Expand Down
Loading

0 comments on commit 82d7ae5

Please sign in to comment.