Skip to content

Commit

Permalink
docs.yml: Bump MarkBind and Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Aug 8, 2024
1 parent f76df69 commit 4b79bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Install Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
distribution: 'zulu'
- name: Build & Deploy MarkBind site
uses: MarkBind/markbind-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
rootDirectory: './docs'
baseUrl: '/tp' # assuming your repo name is tp
version: '^5.2.0'
version: '^5.5.2'

0 comments on commit 4b79bf6

Please sign in to comment.