Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

hugo

Use Hugo with Github Actions

Usage

Build Hugo site and push to GitHub. See my blog

name: publishon:
push:
branches:
- masterjobs:
build:
runs-on: ubuntu-lateststeps:
- name: checkoutuses: actions/checkout@master
- name: builduses: github-actions-x/hugo@master
- name: pushuses: github-actions-x/commit@masterwith:
github_token: ${{ secrets.GITHUB_TOKEN }}push_branch: 'master'commit_message: 'publish'

About

Build you site with Hugo

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages