Skip to content

Commit

Permalink
Improve project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler committed Sep 29, 2022
2 parents 08a3b6f + ba6d3a4 commit fd1d5d5
Show file tree
Hide file tree
Showing 156 changed files with 1,876 additions and 2,880 deletions.
24 changes: 24 additions & 0 deletions .github/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- main

jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build docs
run: ./gradlew dokkaHtmlMultiModule
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.25
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Dokka
/docs/api

# Built application files
*.apk
*.ap_
Expand Down
924 changes: 0 additions & 924 deletions README.de_DE.md

This file was deleted.

325 changes: 61 additions & 264 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit fd1d5d5

Please sign in to comment.