Skip to content

Commit

Permalink
style: update script to prevent blank page
Browse files Browse the repository at this point in the history
  • Loading branch information
walterhu2020 committed Apr 14, 2021
1 parent e34a107 commit 44251d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12-buster-slim

LABEL version="1.0.0"
LABEL version="1.0.6"
LABEL repository="https://github.com/alterhu2020/hexo-gulp-action"
LABEL homepage="https://seniortesting.club"
LABEL maintainer="alterhu2020 <[email protected]>"
Expand All @@ -12,4 +12,4 @@ RUN apt-get update > /dev/null && \
apt-get install -y git openssh-client > /dev/null ; \
chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 司马黑
Copyright (c) 2021 Walter Hu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ git config --global user.email "$INPUT_USER_EMAIL"
npm install hexo-cli -g
npm install hexo-deployer-git --save
npm install gulp-cli -g
npm install

# deployment
if [ "$INPUT_COMMIT_MSG" = "none" ]
Expand Down

0 comments on commit 44251d1

Please sign in to comment.