Skip to content

Commit

Permalink
aaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Jul 19, 2020
1 parent 9b05b7f commit c4d7bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
BASE_PATHNAME: "snk"

- uses: crazy-max/ghaction-github-pages@068e494
- uses: crazy-max/ghaction-github-pages@v2.1.1
with:
target_branch: gh-pages
build_dir: packages/demo/dist
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn install -

RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn build:action )

CMD ["node", "generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]
CMD ["node", "./generate-snake-game-from-github-contribution-grid/packages/action/dist/index.js"]

0 comments on commit c4d7bdf

Please sign in to comment.