Skip to content

Commit

Permalink
another plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Jul 26, 2020
1 parent 6eb004f commit abed9e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yml
Expand Up @@ -31,8 +31,8 @@ jobs:
run: mvn -f goobi-viewer-core/pom.xml javadoc:javadoc

- name: Publish Javadoc on Github pages
uses: peaceiris/actions-gh-pages@v3
uses: JamesIves/github-pages-deploy-action@3.5.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: pagetest
publish_dir: ./target/site/apidocs/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: target/site/apidocs/

0 comments on commit abed9e6

Please sign in to comment.