Action to deploy a static site to GitHub Pages.
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: ""