Skip to content

Commit c4d7bdf

Browse files
committed
aaaaaa
1 parent 9b05b7f commit c4d7bdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
BASE_PATHNAME: "snk"
2323

24-
- uses: crazy-max/ghaction-github-pages@068e494
24+
- uses: crazy-max/ghaction-github-pages@v2.1.1
2525
with:
2626
target_branch: gh-pages
2727
build_dir: packages/demo/dist

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn install -
1111

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

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

0 commit comments

Comments
 (0)