mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
fix syntax typo
This commit is contained in:
@@ -2,7 +2,7 @@ name: "Upload Pages artifact"
|
|||||||
description: "A composite action that prepares your static assets to be deployed to GitHub Pages"
|
description: "A composite action that prepares your static assets to be deployed to GitHub Pages"
|
||||||
inputs:
|
inputs:
|
||||||
path:
|
path:
|
||||||
description: "Path of the directoring containing the static assets."
|
description: "Path of the directory containing the static assets."
|
||||||
required: true
|
required: true
|
||||||
default: "_site/"
|
default: "_site/"
|
||||||
retention-days:
|
retention-days:
|
||||||
|
|||||||
Reference in New Issue
Block a user