0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-22 20:20:09 +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: | restore-keys: |
${{ runner.os }}-node- ${{ runner.os }}-node-
- name: install - name: Install packages
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: build - name: Build pages
run: yarn build run: yarn build
- name: export - name: Export
run: yarn export run: yarn export
- name: add nojekyll - name: Add nojekyll
run: touch ./out/.nojekyll run: touch ./out/.nojekyll
- name: Publish - name: Publish to Cloudflare Workers
uses: cloudflare/wrangler-action@1.3.0 uses: cloudflare/wrangler-action@1.3.0
env: env:
USER: root USER: root