Skip to content

Commit

Permalink
add docs build task
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed May 6, 2024
1 parent d9dcaf2 commit a6bba29
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ env:
BASE_PATH: allwpilib/docs

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: ./gradlew docs:generateJavaDocs docs:doxygen -PbuildServer
publish:
name: "Documentation - Publish"
runs-on: ubuntu-22.04
Expand Down

0 comments on commit a6bba29

Please sign in to comment.