Skip to content

Commit

Permalink
Generate Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Jul 28, 2020
1 parent 91e3df8 commit fdf4cc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: build/docs

deploy:
if: github.ref == 'refs/heads/feature/plugins-registered'
if: github.ref == 'refs/heads/feature/plugins'
needs: [javadoc, documentation]

runs-on: ubuntu-latest
Expand All @@ -84,7 +84,6 @@ jobs:
mv target/site/apidocs build/docs/apidocs
- name: Deploy to Github Pages
if: github.ref == 'refs/heads/feature/plugins-registered'
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
Expand Down

0 comments on commit fdf4cc1

Please sign in to comment.