1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 03:18:27 -04:00

663 B

GitHub Action for Hugo ✏️

⚠️ Warning: This branch is specifically for testing the latest dev version built from the most recent commits to the Hugo repository. For 99.9% of use cases, the stable master branch is more appropriate.

Usage

workflow.yml Example

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: jakejarvis/hugo-build-action@develop
      with:
        args: --minify --buildDrafts

License

This project is distributed under the MIT license.