Skip to content

Commit

Permalink
Merge pull request #19 from awibox/develop
Browse files Browse the repository at this point in the history
#13: README.md was updated
  • Loading branch information
Andrei Arkhipov authored Jan 20, 2020
2 parents 71dbef5 + 47639be commit 8a74e64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.10

LABEL "com.github.actions.name"="Deploy your app to GitHub Pages"
LABEL "com.github.actions.description"="GitHub action that will help deploy your app to the main repository for GitHub pages"
LABEL "com.github.actions.description"="GitHub action that will help deploy your app to the repository for GitHub Pages"
LABEL "com.github.actions.icon"="download"
LABEL "com.github.actions.color"="yellow"

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Description
You can use GitHub Pages like hosting for your project. To do this, you need to create a repository with the name ```yourUsername.github.io``` (GitHub Pages repo).
This action will help you set up automatic deployment from your app to another repository (GitHub Pages repo).
You can use GitHub Pages like hosting for your project.
To do this, you need to create a repository and activate GitHub Pages for the master branch and bind your domain.
Then use this action to help you set up automatic deployment from your app to your repository for GitHub Pages.

## Getting started
You should create deploy.yml file using the example below:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# action.yml
name: 'Deploy your app to GitHub Pages'
description: 'GitHub action that will help deploy your app to the main repository for GitHub pages'
description: 'GitHub action that will help deploy your app to the repository for GitHub Pages'
branding:
icon: 'download'
color: 'yellow'
Expand Down

0 comments on commit 8a74e64

Please sign in to comment.