1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-24 09:45:17 +00:00

delete actions/setup-node

This commit is contained in:
Nebel 2020-02-09 01:28:01 +09:00
parent 7bfd949fd3
commit df0068432c

View file

@ -15,8 +15,6 @@ jobs:
path: ${{ env.YARN_CACHE_DIR }}
key: yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: yarn-
- uses: actions/setup-node@v1
with: { node-version: 12 }
- run: yarn
- run: git -c user.name="$(whoami)" subtree add --prefix docs origin gh-pages
- run: NEXT_ASSET_PREFIX=/${GITHUB_REPOSITORY#*/} yarn doc