aaaaaa
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -11,11 +11,11 @@ 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:
|
||||||
|
|||||||
4
.github/workflows/main.yml
vendored
4
.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
|
||||||
|
|||||||
@@ -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