diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96c8a5041..f048d7bca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,6 @@ on: push: branches: - '*' - - '!main' paths: - "app/**/*.js" - "app/**/*.vue" diff --git a/.github/workflows/documents.yml b/.github/workflows/documents.yml index 89c87207f..874ef9ee2 100644 --- a/.github/workflows/documents.yml +++ b/.github/workflows/documents.yml @@ -4,7 +4,6 @@ on: push: branches: - '*' - - '!main' paths: - "docs/**/*.js" - "docs/**/*.ts" diff --git a/app/package.json b/app/package.json index 3becd860e..6690563ee 100644 --- a/app/package.json +++ b/app/package.json @@ -36,7 +36,7 @@ "universal-cookie": "^7", "vite-plugin-build-id": "^0.3.0", "vue": "^3.4.33", - "vue-github-button": "github:0xJacky/vue-github-button", + "vue-github-button": "git+https://github.com/0xJacky/vue-github-button.git", "vue-router": "^4.4.0", "vue3-ace-editor": "2.2.4", "vue3-apexcharts": "1.4.4", diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index 7dc29ab71..7927dc024 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -84,7 +84,7 @@ importers: specifier: ^3.4.33 version: 3.4.33(typescript@5.3.3) vue-github-button: - specifier: github:0xJacky/vue-github-button + specifier: git+https://github.com/0xJacky/vue-github-button.git version: https://codeload.github.com/0xJacky/vue-github-button/tar.gz/fc3c93355a790d3249de6610de3ebe35949ee314 vue-router: specifier: ^4.4.0