We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b05b7f commit c4d7bdfCopy full SHA for c4d7bdf
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
env:
22
BASE_PATHNAME: "snk"
23
24
- - uses: crazy-max/ghaction-github-pages@068e494
+ - uses: crazy-max/ghaction-github-pages@v2.1.1
25
with:
26
target_branch: gh-pages
27
build_dir: packages/demo/dist
Dockerfile
@@ -11,5 +11,5 @@ RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn install -
11
12
RUN ( cd ./generate-snake-game-from-github-contribution-grid ; yarn build:action )
13
14
-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"]
15
0 commit comments