Skip to content

Commit

Permalink
#17: First release - version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Arkhipov committed Jan 19, 2020
1 parent 682721c commit f8e3861
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
.idea
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# System Files
.DS_Store
Thumbs.db
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="yellow"
LABEL "repository"="https://github.com/awibox/deploy-to-github-pages-action"
LABEL "homepage"="https://github.com/awibox/deploy-to-github-pages-action#readme"
LABEL "maintainer"="Andrei Arkhipov <[email protected]>"
LABEL "version"="1.0.0"
LABEL "version"="1.1.0"

RUN apk add --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
|`AUTHOR`|Required|Name of the repository owner|awibox|
|`BUILD_PATH`|Required|The directory where the static is built| public
|`GITHUB_PAGE_NAME`|Required|Name of the repository for GitHub Pages where the application will be collected|awibox.github.io|
|`PA_TOKEN`|Required|GitHub Private Access Token with editing rights for repo. You can create it using [GitHub Documentation](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)|${{ secrets.PA_TOKEN }}|
|`PA_TOKEN`|Required|GitHub Private Access Token with editing rights for repo. You can create it using [GitHub Documentation](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)|${{secrets.PA_TOKEN}}|
|`USERNAME`|Optional|The GitHub username for commits.|awibox|
|`EMAIL`|Optional|The email that is used for commits.|[email protected]|

0 comments on commit f8e3861

Please sign in to comment.