mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Add explicit java version setup (#110)
* add java setup and add some code to test * Update API pages with v0.24.3 * removing test code --------- Co-authored-by: netbirddev <dev@netbird.io>
This commit is contained in:
6
.github/workflows/generate_api_pages.yml
vendored
6
.github/workflows/generate_api_pages.yml
vendored
@@ -24,6 +24,12 @@ jobs:
|
||||
- name: Install swagger-codegen
|
||||
run: brew install swagger-codegen
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Npm install
|
||||
run: npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user