mirror of
https://github.com/yude-jp/yude.jp
synced 2024-11-05 01:48:01 +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: |
|
||||
${{ 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
|
||||
|
Loading…
Reference in New Issue
Block a user