diff --git a/.github/vue.yml b/.github/workflows/vue.yml similarity index 97% rename from .github/vue.yml rename to .github/workflows/vue.yml index 04b162b..0cc0e67 100644 --- a/.github/vue.yml +++ b/.github/workflows/vue.yml @@ -1,5 +1,5 @@ # 将静态内容部署到 GitHub Pages 的简易工作流程 -name: Deploy static content to Pages +name: Deploy vue content to Pages on: # 仅在推送到默认分支时运行。 diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 6cd100f..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Node.js with Vue -# Build a Node.js project that uses Vue. -# Add steps that analyze code, save build artifacts, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript - -trigger: -- master - -pool: - vmImage: ubuntu-latest - -steps: -- task: NodeTool@0 - inputs: - versionSpec: '10.x' - displayName: 'Install Node.js' - -- script: | - npm install -g pnpm - pnpm run build - displayName: 'npm install and build'