Skip to content

Commit

Permalink
Modify publish location
Browse files Browse the repository at this point in the history
  • Loading branch information
g-goulis committed Sep 22, 2024
1 parent 1fe03f2 commit d5936ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- name: Generate Javadoc
run: mvn javadoc:javadoc

# Copy the custom index.html to the Javadoc output directory
- name: Replace Javadoc index.html with custom file
run: cp docs/index.html target/site/apidocs/index.html
# # Copy the custom index.html to the Javadoc output directory
# - name: Replace Javadoc index.html with custom file
# run: cp docs/index.html docs/apidocs/index.html

# Deploy Javadoc to GitHub Pages
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/site/apidocs
publish_dir: docs

0 comments on commit d5936ed

Please sign in to comment.