mirror of
https://github.com/kou029w/_.git
synced 2025-02-24 17:55:16 +00:00
delete actions/setup-node
This commit is contained in:
parent
7bfd949fd3
commit
df0068432c
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
||||||
path: ${{ env.YARN_CACHE_DIR }}
|
path: ${{ env.YARN_CACHE_DIR }}
|
||||||
key: yarn-${{ hashFiles('**/yarn.lock') }}
|
key: yarn-${{ hashFiles('**/yarn.lock') }}
|
||||||
restore-keys: yarn-
|
restore-keys: yarn-
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with: { node-version: 12 }
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: git -c user.name="$(whoami)" subtree add --prefix docs origin gh-pages
|
- run: git -c user.name="$(whoami)" subtree add --prefix docs origin gh-pages
|
||||||
- run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc
|
- run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue