mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
More cleanup
This commit is contained in:
parent
5d47302fe5
commit
29d0518f82
@ -1,8 +1,8 @@
|
||||
name: 'Deploy to GitHub Pages'
|
||||
description: 'This action will handle the building and deploying process of your project to GitHub Pages.'
|
||||
description: 'This action will handle the deployment process of your project to GitHub Pages.'
|
||||
author: 'James Ives <iam@jamesiv.es>'
|
||||
inputs:
|
||||
FOLDER: # change this
|
||||
FOLDER:
|
||||
description: The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it here. Folder paths cannot have a leading `/` or `./`.
|
||||
GITHUB_TOKEN:
|
||||
description: In order for GitHub to trigger the rebuild of your page you must provide the action with the repositories provided GitHub token. This can be referenced in the workflow `yml` file by using `${{ secrets.GITHUB_TOKEN }}`. Only required if an access token is not provided.
|
||||
|
Loading…
Reference in New Issue
Block a user