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

Fix GitHub Actions

This commit is contained in:
yude 2021-02-06 02:38:26 +09:00
parent 92c1a2a780
commit e900eb2413
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
import Layout from "../components/Layout"
import Layout from "./components/Layout"
import Link from 'next/link'
import Image from 'next/image'