Skip to content

Commit

Permalink
Remove pointless troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Sep 3, 2024
1 parent c91c820 commit d0dfd1f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,21 +128,7 @@ jobs:
run: |
echo "ACTIONS_RUNNER_DEBUG=true" >> $GITHUB_ENV
echo "ACTIONS_STEP_DEBUG=true" >> $GITHUB_ENV
- name: Download Javadoc artifact
uses: actions/download-artifact@v4.1.7
with:
name: github-pages
path: build/docs/javadoc

- name: List artifact contents for debugging
run: ls -R build/docs/javadoc

- name: Check for any symlinks
run: find build/docs/javadoc -type l
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
path: build/docs/javadoc
uses: actions/deploy-pages@v4

0 comments on commit d0dfd1f

Please sign in to comment.