Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4d7bdf2bd | ||
|
|
9b05b7fdaa | ||
|
|
ccbe4e530c |
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -11,17 +11,17 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1.4.2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1.4.1
|
||||||
|
|
||||||
- run: yarn build:demo
|
- run: yarn build:demo
|
||||||
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
|
||||||
|
|||||||
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -9,11 +9,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# - run: sudo apt-get install gifsicle graphicsmagick
|
# - run: sudo apt-get install gifsicle graphicsmagick
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1.4.2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1.4.1
|
||||||
|
|
||||||
# - run: yarn type
|
# - run: yarn type
|
||||||
# - run: yarn lint
|
# - run: yarn lint
|
||||||
@@ -26,4 +26,3 @@ jobs:
|
|||||||
github_user_name: platane
|
github_user_name: platane
|
||||||
|
|
||||||
- run: ls
|
- run: ls
|
||||||
- run: ls
|
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
image: "Dockerfile"
|
image: "Dockerfile"
|
||||||
args:
|
# args:
|
||||||
- ${{ inputs.github_user_name }}
|
# - ${{ inputs.github_user_name }}
|
||||||
- ${{ inputs.gif_out_path }}
|
# - ${{ inputs.gif_out_path }}
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
github_user_name:
|
github_user_name:
|
||||||
|
|||||||
Reference in New Issue
Block a user