From 60d8828312732aa567227df5664596bf45a983b6 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 3 Sep 2024 00:10:12 +0200 Subject: [PATCH] Remove site deployment --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40fe1498..8b48472f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,14 +20,4 @@ jobs: cache: 'maven' - name: Test project with Maven - run: mvn --no-transfer-progress test package - -# - name: Build documentation -# run: mvn --no-transfer-progress site -# -# - name: Deploy documentation to Github Pages -# # only deploy after merging to master -# if: github.repository_owner == 'OneBusAway' && github.event_name == 'push' && github.ref == 'refs/heads/master' -# uses: JamesIves/github-pages-deploy-action@v4 -# with: -# folder: target/site/ + run: mvn --no-transfer-progress test package \ No newline at end of file