diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 6e1cf5b7..80b84e26 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -47,19 +47,13 @@ jobs: - name: Build run: pnpm run build -# - name: Setup Pages -# uses: actions/configure-pages@v3 -# - name: Upload artifact -# uses: actions/upload-pages-artifact@v1 -# with: -# # Upload dist repository -# path: './dist' -# - name: Deploy to GitHub Pages -# id: deployment -# uses: actions/deploy-pages@v1 - - - name: Deploy to gh-pages - uses: peaceiris/actions-gh-pages@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - publish_dir: ./dist \ No newline at end of file + # Upload dist repository + path: './dist' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v1 \ No newline at end of file diff --git a/src/components/Toolbar/SettingModal.vue b/src/components/Toolbar/SettingModal.vue index 1772b920..a3fccab1 100644 --- a/src/components/Toolbar/SettingModal.vue +++ b/src/components/Toolbar/SettingModal.vue @@ -37,7 +37,7 @@ useWatchAllSound()