diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index d9fc91d..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Run Custom Script -on: - push: - branches: - - main # 你可以根据需要更改分支名称 -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - name: Run custom script - run: | - apt-get update && apt-get -y install libxml2-utils - chmod +x run.sh - ./run.sh