diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index da54b49f..916b8d81 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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 \ No newline at end of file + publish_dir: docs \ No newline at end of file