From a227adfbfa96e1aec07c2818fd9fd519049d3898 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 26 Jun 2022 03:51:38 +0100 Subject: [PATCH] fix: Change project name to 'git-view' --- .github/workflows/deploy.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 35acaa7..41f578c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: name: deploy env: - BIN: mdbook-template + BIN: git-view jobs: install-cross: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4249b38..4cf75c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to mdbook-template +# Contributing to git-view Thank you for your interest in contributing to this project! I really appreciate it!