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