aaaaaa
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BASE_PATHNAME: "snk"
|
BASE_PATHNAME: "snk"
|
||||||
|
|
||||||
- uses: crazy-max/ghaction-github-pages@068e494
|
- uses: crazy-max/ghaction-github-pages@v2.1.1
|
||||||
with:
|
with:
|
||||||
target_branch: gh-pages
|
target_branch: gh-pages
|
||||||
build_dir: packages/demo/dist
|
build_dir: packages/demo/dist
|
||||||
|
|||||||
@@ -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 )
|
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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user