Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.31 KB

File metadata and controls

70 lines (54 loc) · 2.31 KB

branding<icon:send color:gray-dark> GitHub Action: Deploy - GitHub Pages

branding<icon:send color:gray-dark>

Release%20by%20tag Release%20by%20date Commit Open%20Issues Downloads

Action to deploy a static site to GitHub Pages.

Usage

Set permissions to deploy to pages.

permissions:
  pages: write
  id-token: write
- uses: hoverkraft-tech/[email protected]
  with:
    # Description: The name of the "build" artifact to download.
    #
    # Default: build
    build-artifact-name: ""

    # Description: The path to the build assets to deploy.
    #
    # Default: .
    build-assets-path: ""

    # Description: The path to the performance budget file. See
    # <../lighthouse/README.md>.
    #
    # Default: ./budget.json
    budget-path: ""