Skip to content

Commit

Permalink
fix docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Oct 11, 2024
1 parent 7683cb3 commit 00dd75c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
id: docs
uses: gradle/gradle-build-action@v3
with:
arguments: docs
arguments: |
docs
--refresh-dependencies
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
- name: Publish to Github Pages
Expand Down

0 comments on commit 00dd75c

Please sign in to comment.