Releases: peaceiris/actions-gh-pages
Releases · peaceiris/actions-gh-pages
actions-github-pages v3.6.4
See CHANGELOG.md for more details.
actions-github-pages v3.6.3
See CHANGELOG.md for more details.
actions-github-pages v3.6.2
See CHANGELOG.md for more details.
actions-github-pages v3.6.1
actions-github-pages v3.6.0
New Feature
To set a full custom commit message without a triggered commit hash, use the full_commit_message
option instead of the commit_message
option.
Issue #274 by @dtolnay, Pull Request #275
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
full_commit_message: ${{ github.event.head_commit.message }}
See CHANGELOG.md for more details.
actions-github-pages v3.5.10
New Features
- Supports
ubuntu-16.04
Document Enhancement
- Python example workflow
- Bumps actions/setup-python from v1 to v2
- Bumps python from 3.6 to 3.8
- Docusaurus example workflow
- Changes workflow level
defaults.run.working-directory
to job level
- Changes workflow level
See CHANGELOG.md for more details.
actions-github-pages v3.5.9
See CHANGELOG.md for more details.
actions-github-pages v3.5.8
See CHANGELOG.md for more details.
actions-github-pages v3.5.7
CI enhancement, Dependencies update, and Documentation improvement.
See CHANGELOG.md for more details.
This action was featured at GitHub Action Hero: Shohei Ueda - The GitHub Blog. Thanks all.
Documentation updates
- Add example workflow for Swift Publish
- Add example workflow for github/personal-website
- Improve Docusaurus example workflow
- Improve Elm example workflow
- Improve Flutter example workflow
actions-github-pages v3.5.6
See CHANGELOG.md for more details.