From 6078d8a2c3a6ed3371044ed0bd93bdc485218061 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Tue, 10 Jun 2025 15:38:43 +0800 Subject: [PATCH] remove gitea action --- .gitea/workflows/default.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .gitea/workflows/default.yml diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml deleted file mode 100644 index 78d1bfc..0000000 --- a/.gitea/workflows/default.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Build static content - -on: - # Runs on pushes targeting the default branch - push: - branches: ["master"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Use Node.js 20.x - uses: actions/setup-node@v3 - with: - node-version: 20.x - cache: 'npm' - - run: npm install - - run: npm run build - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: dist-files - path: './dist/' \ No newline at end of file