fix: build

This commit is contained in:
SMGDev
2025-10-30 11:01:07 +00:00
parent f870d2ddcb
commit edefcc6447

View File

@@ -34,13 +34,6 @@ jobs:
- name: Build
run: pnpm run build-nocdn
- name: Deploy to gh-pages branch
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v3