From f8e3861c47b5b6d227b83a764fd0e429b17b47b4 Mon Sep 17 00:00:00 2001 From: Andrei Arkhipov Date: Sun, 19 Jan 2020 18:32:19 +0300 Subject: [PATCH] #17: First release - version 1.1.0 --- .gitignore | 21 ++++++++++++++++++++- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 485dee6..6c4e045 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Dockerfile b/Dockerfile index 6660d22..c9fc17c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " -LABEL "version"="1.0.0" +LABEL "version"="1.1.0" RUN apk add --no-cache git diff --git a/README.md b/README.md index 8773233..b9ae402 100644 --- a/README.md +++ b/README.md @@ -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.|andrei@awb.pw|