Skip to content

Commit

Permalink
Deploy docs manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirotaka Wakabayashi committed Jan 23, 2020
1 parent 3ff4a97 commit d3af61a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,3 @@ jobs:
if: github.event_name == 'release'
run: mvn -B deploy --file pom.xml

- name: Build docs
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_PASSWORD: ${{ secrets.GITHUB_PASSWORD }}
run: mvn -B site --file pom.xml -s $GITHUB_WORKSPACE/settings.xml

- name: Request Github Pages build job
run: >-
curl -L -X POST
-H "Content-Type: application/json"
-H "Authorization: token ${{ secrets.GH_PAT}}"
"https://api.github.com/repos/${{ github.repository }}/pages/builds"

0 comments on commit d3af61a

Please sign in to comment.