mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06: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"
|
||||
inputs:
|
||||
path:
|
||||
description: "Path of the directoring containing the static assets."
|
||||
description: "Path of the directory containing the static assets."
|
||||
required: true
|
||||
default: "_site/"
|
||||
retention-days:
|
||||
|
||||
Reference in New Issue
Block a user