Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanstu committed Jun 23, 2024
1 parent ac8f76f commit aa0d353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-pages-artifact@v3
with:
path: ./dist
path: dist
deploy:
needs: release
permissions:
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hitokoto.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</template>

<script setup>
import { MusicMenu, Error } from "@icon-park/vue-next";
import { MusicMenu } from "@icon-park/vue-next";
import { getHitokoto } from "@/api";
import { mainStore } from "@/store";
import debounce from "@/utils/debounce.js";
Expand Down

0 comments on commit aa0d353

Please sign in to comment.