Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
[ghp] remove ghp publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccBarker committed Sep 25, 2023
1 parent e062bbb commit c620c66
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ jobs:
java-version: 17

- name: Install dependencies
run: sudo apt-get install graphviz
run: sudo apt-get install -y graphviz

- name: Build and generate Javadocs
run: ./gradlew generateDebugJavadoc

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./TeamCode/build/docs/javadoc/
github_token: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew generateDebugJavadoc --no-daemon

0 comments on commit c620c66

Please sign in to comment.