From 195dfb8209a3c05f1202373273d4c88a77c63770 Mon Sep 17 00:00:00 2001 From: Mike Anderson Date: Wed, 28 Aug 2024 08:40:19 +0100 Subject: [PATCH] Delete .github/workflows/deploy_docs.yml Remove old docs deployment --- .github/workflows/deploy_docs.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/deploy_docs.yml diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml deleted file mode 100644 index 399638f14..000000000 --- a/.github/workflows/deploy_docs.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Deploy Docs -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 - with: - java-version: '11.0.5' - - name: Cache Maven packages - uses: actions/cache@v2 - with: - path: ~/.m2 - key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} - restore-keys: ${{ runner.os }}-m2 - - name: Run tests - run: mvn clean generate-resources - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.4 - with: - branch: gh-pages - folder: convex-cli/target/html - target-folder: convex-cli/