Actions Gh Pages Versions Save

GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

v3.6.4

3 years ago

See CHANGELOG.md for more details.

v3.6.3

3 years ago

See CHANGELOG.md for more details.

v3.6.2

3 years ago

See CHANGELOG.md for more details.

v3.6.1

4 years ago

Minor Change

Folded logs and split some groups.

Before After
log_before log_after

See CHANGELOG.md for more details.

v3.6.0

4 years ago

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.

v3.5.10

4 years ago

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.

v3.5.9

4 years ago

See CHANGELOG.md for more details.

v3.5.8

4 years ago

See CHANGELOG.md for more details.

v3.5.7

4 years ago

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

v3.5.6

4 years ago

See CHANGELOG.md for more details.