Skip to content

Commit

Permalink
Fix wrong action name
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Jul 10, 2024
1 parent 43d915d commit 2f72766
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write

needs:
- build
Expand All @@ -83,7 +82,7 @@ jobs:
ls | xargs -L 1 | awk '/.+-javadoc\.jar/{print $0}' | awk 'BEGIN{FS=OFS="-"}{NF-=3; print}' | awk '!NF || !seen[$0]++' | awk '{cmd="mkdir "$0" && unzip -d ./"$0"/ "$0"-*-javadoc.jar"; print cmd}' | tr '\n' ';' | sh && rm *'.jar'
- name: Upload Pages Artifact
uses: actions/deploy-pages@v3
uses: actions/upload-pages-artifact@v3
with:
path: ./

Expand Down

0 comments on commit 2f72766

Please sign in to comment.