Skip to content

Commit 5743579

Browse files
authored
Merge pull request #49 from actions/marketplace-unique-name
Update Action name to enable Marketplace publishing
2 parents eaaccf9 + 5fd268d commit 5743579

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name: 'Deploy to GitHub Pages'
2-
description: 'A GitHub Action to deploy an artifact to GitHub Pages'
1+
name: 'Deploy GitHub Pages site'
2+
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
3+
author: 'GitHub'
34
runs:
45
using: 'node16'
56
main: 'dist/index.js'

0 commit comments

Comments
 (0)