Skip to content

Commit 331491c

Browse files
authored
Merge pull request #1 from ISC-HEI/dev
Dev
2 parents 3ae04a9 + ba75659 commit 331491c

File tree

98 files changed

+31
-5187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+31
-5187
lines changed

.github/workflows/scaladoc.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Generate and Deploy ScalaDoc
2+
3+
on:
4+
create:
5+
tags:
6+
- '*'
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v3
15+
16+
- name: Set up Java
17+
uses: actions/setup-java@v3
18+
with:
19+
java-version: '11'
20+
distribution: 'temurin'
21+
22+
- name: Build and Generate ScalaDoc
23+
run: |
24+
./gradlew scaladoc
25+
26+
- name: Deploy to GitHub Pages
27+
uses: peaceiris/actions-gh-pages@v3
28+
with:
29+
github_token: ${{ secrets.GITHUB_TOKEN }}
30+
publish_dir: build/docs/scaladoc

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FunGraphics
22

33
A library used for teaching computer science in the [ISC](https://www.hevs.ch/isc) degree programme, notably for the course 101.1.
4+
The documentation is available [here](https://isc-hei.github.io/FunGraphics/). It is automatically built and published each time a new version tag is added to the repo.
45

56
## Origin
67

docs/hevs/graphics/AcceleratedDisplay$.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/hevs/graphics/AcceleratedDisplay.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/hevs/graphics/FunGraphics$.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/hevs/graphics/FunGraphics.html

Lines changed: 0 additions & 124 deletions
This file was deleted.

docs/hevs/graphics/ImageGraphics$.html

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/hevs/graphics/ImageGraphics.html

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/hevs/graphics/TurtleGraphics.html

Lines changed: 0 additions & 149 deletions
This file was deleted.

docs/hevs/graphics/advanced/Drawable.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)