0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Rename jobs

This commit is contained in:
yude 2021-02-06 09:37:46 +09:00
parent b9f6b8a488
commit ac2c38d893

View File

@ -25,19 +25,19 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: install
- name: Install packages
run: yarn install --frozen-lockfile
- name: build
- name: Build pages
run: yarn build
- name: export
- name: Export
run: yarn export
- name: add nojekyll
- name: Add nojekyll
run: touch ./out/.nojekyll
- name: Publish
- name: Publish to Cloudflare Workers
uses: cloudflare/wrangler-action@1.3.0
env:
USER: root