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:
parent
b9f6b8a488
commit
ac2c38d893
10
.github/workflows/cloudflare-workers.yml
vendored
10
.github/workflows/cloudflare-workers.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user