From 404542d5e56a16b4955628a2701a8753963d0747 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Tue, 23 May 2023 19:05:09 -0400 Subject: [PATCH] =?UTF-8?q?Haven=E2=80=99t=20gotten=20Makefile=20to=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 96cc55d3..00000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -target: Accounts.docx Assets.docx ComputerSettings.docx EquipmentDistrbution.docx NetworkSettings.docx Obituary.docx SongsForService.docx -files: Accounts.md Assets.md ComputerSettings.md EquipmentDistrbution.md NetworkSettings.md Obituary.md SongsForService.md - -dest: $$.docx - git config remote.origin.url 'https://${{secrets.GITHUB_TOKEN}}@github.com/RalphHightower/EOL-RalphHightower.git' $$.md - git config user.name RalphHightower - git config user.email ralph.hightower@gmail.com - git add . - git commit -am "update word" - git push