We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 896aa8f + ea833f5 commit 039d969Copy full SHA for 039d969
action.yml
@@ -1,5 +1,5 @@
1
name: 'Deploy action for GitHub Pages'
2
-description: 'A GitHub Action to deploy your static site to GitHub Pages with Static Site Generator'
+description: 'GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.'
3
author: 'peaceiris'
4
runs:
5
using: 'docker'
@@ -15,4 +15,4 @@ inputs:
15
keepFiles:
16
description: 'If existing files in the publish branch should be not removed before deploying'
17
required: false
18
- default: 'false'
+ default: 'false'
0 commit comments