Skip to content

Commit

Permalink
Merge pull request #10 from awibox/develop
Browse files Browse the repository at this point in the history
#9: fix for problem with permission
  • Loading branch information
Andrei Arkhipov authored Jan 19, 2020
2 parents 0d2cae6 + aacfdb6 commit 7a9b57c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ LABEL "version"="1.0.0"
RUN apk add --no-cache git

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# action.yml
name: 'Deploy your app to GitHub Pages'
description: 'Deployment build files to your main repository for Github Pages'
icon: 'upload'
color: 'blue'
inputs:
AUTHOR: # id of input
description: 'Author'
Expand Down

0 comments on commit 7a9b57c

Please sign in to comment.