Skip to content

Commit

Permalink
test new github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jul 2, 2024
1 parent 1e3a8ac commit 808b202
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout main branch
uses: actions/checkout@v4
- uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
ref: main
distribution: 'corretto'
java-version: '21'

- name: Configure Git
run: |
Expand Down

0 comments on commit 808b202

Please sign in to comment.