Skip to content

Commit

Permalink
Remove site deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 2, 2024
1 parent 2e38fd5 commit 60d8828
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 60d8828

Please sign in to comment.