Skip to content

Commit

Permalink
chore(ci): integrating mkdocs with gradle ghpages publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 16, 2024
1 parent 4233ae3 commit 3282988
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: pull-requests

on: [pull_request]
on:
- pull_request

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
distribution: 'corretto'
java-version: '17'
- name: release
run: ./gradlew --stacktrace -x licenseGradle -x licenseTest -x licenseMain
run: |
./gradlew --stacktrace -x licenseGradle -x licenseTest -x licenseMain \
gitPublishPush
5 changes: 3 additions & 2 deletions docs/guide/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
site_name: Underdog
site_url: https://github.com/
repo_url: https://github.com/squidfunk/mkdocs-material
site_url: https://grooviter.github.io/underdog
repo_url: https://github.com/grooviter/underdog
site_dir: build/gitPublish

nav:
- Underdog: index.md
Expand Down

0 comments on commit 3282988

Please sign in to comment.