-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Team-1-Mobs-Enhancement-variations
- Loading branch information
Showing
22 changed files
with
658 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
name: Publish Javadoc to web | ||
# name: Publish Javadoc to web | ||
|
||
on: | ||
push: | ||
# Sequence of patterns matched against refs/heads | ||
branches: | ||
# Push events on main branch | ||
- main | ||
# on: | ||
# push: | ||
# # Sequence of patterns matched against refs/heads | ||
# branches: | ||
# # Push events on main branch | ||
# - main | ||
|
||
jobs: | ||
build_and_publish_jdoc: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 # Checkout repo to remote machine | ||
- name: Set up OpenJDK17 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: '17' | ||
# jobs: | ||
# build_and_publish_jdoc: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v3 # Checkout repo to remote machine | ||
# - name: Set up OpenJDK17 | ||
# uses: actions/setup-java@v1 | ||
# with: | ||
# java-version: '17' | ||
|
||
- name: Build Javadoc | ||
run: | | ||
cd $GRADLE_DIR | ||
chmod +x ./gradlew | ||
./gradlew javadoc | ||
env: | ||
GRADLE_DIR: 'source' # Modify this to wherever './gradlew' is | ||
# - name: Build Javadoc | ||
# run: | | ||
# cd $GRADLE_DIR | ||
# chmod +x ./gradlew | ||
# ./gradlew javadoc | ||
# env: | ||
# GRADLE_DIR: 'source' # Modify this to wherever './gradlew' is | ||
|
||
- name: Deploy docs to GH Pages | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: source/core/build/docs/javadoc/ # The folder the action should deploy. | ||
# - name: Deploy docs to GH Pages | ||
# uses: JamesIves/[email protected] | ||
# with: | ||
# branch: gh-pages # The branch the action should deploy to. | ||
# folder: source/core/build/docs/javadoc/ # The folder the action should deploy. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# UQ 2023 Studio 3 | ||
# UQ 2023 Studio 3 | ||
|
||
## Description | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.