Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
updated to 4.0 syntax for site deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Feb 11, 2021
1 parent 4d7d630 commit e01e6c2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,8 @@ jobs:
- name: Deploy gh-pages
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_MESSAGE: ${{ format('Publishing github pages for release version {0}', steps.set_maven_project_version.outputs.RELEASE_VERSION) }}
BRANCH: gh-pages
FOLDER: target/staging
CLEAN: true
branch: gh-pages
folder: target/staging

bintray:
name: Publish to bintray
Expand Down

0 comments on commit e01e6c2

Please sign in to comment.