1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

chore(docs, cd): correct workflow name in tutorial

This commit is contained in:
Cotes Chung
2022-09-25 01:58:54 +08:00
parent 3878815852
commit 8bcdd87891
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: "Build and deploy"
name: "Build and Deploy"
on:
push:
branches:
@@ -60,7 +60,6 @@ jobs:
path: "_site${{ steps.pages.outputs.base_path }}"
deploy:
name: "Deploy site"
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}