mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Fix GitHub Actions
This commit is contained in:
parent
92c1a2a780
commit
e900eb2413
6
.github/workflows/cloudflare-workers.yml
vendored
6
.github/workflows/cloudflare-workers.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Deploy to Cloudflare Workers
|
||||
name: Build and Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -6,7 +6,7 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
- name: add nojekyll
|
||||
run: touch ./out/.nojekyll
|
||||
|
||||
deploy-cf:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Layout from "../components/Layout"
|
||||
import Layout from "./components/Layout"
|
||||
import Link from 'next/link'
|
||||
import Image from 'next/image'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user