Skip to content

Commit

Permalink
fix: uploading #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Aug 22, 2024
1 parent 3ca3e2c commit 1697f26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Generate docs
run: |
rm -rf docs
Expand Down

0 comments on commit 1697f26

Please sign in to comment.