Skip to content

Releases: peaceiris/actions-gh-pages

actions-github-pages v3.6.4

18 Jul 04:22
8a36f3e
Compare
Choose a tag to compare

actions-github-pages v3.6.3

14 Jul 00:12
Compare
Choose a tag to compare

actions-github-pages v3.6.2

08 Jul 20:53
9560cb6
Compare
Choose a tag to compare

actions-github-pages v3.6.1

04 May 01:31
8457ade
Compare
Choose a tag to compare

Minor Change

Folded logs and split some groups.

Before After
log_before log_after

See CHANGELOG.md for more details.

actions-github-pages v3.6.0

04 May 00:54
Compare
Choose a tag to compare

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

30 Apr 14:50
5fe58fd
Compare
Choose a tag to compare

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

See CHANGELOG.md for more details.

actions-github-pages v3.5.9

29 Apr 18:08
cf30185
Compare
Choose a tag to compare

actions-github-pages v3.5.8

29 Apr 04:54
286809f
Compare
Choose a tag to compare

actions-github-pages v3.5.7

15 Apr 02:14
Compare
Choose a tag to compare

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

16 Mar 03:04
Compare
Choose a tag to compare