Skip to content

Commit

Permalink
remove docs artifact and commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kolkov committed Apr 27, 2021
1 parent aed277a commit 9184918
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ jobs:
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "./"
- uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
path: build/html/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/html/
commit_message: "branch: ${{ github.head_ref }}, sha: ${{ github.sha }}, msg: ${{ github.event.head_commit.message }}"
commit_message: "branch: ${{ github.head_ref }}, sha: ${{ github.sha }}"

0 comments on commit 9184918

Please sign in to comment.