From dfe958bafbfbaf1bfcb11ea6bc4a562ef32dfcb6 Mon Sep 17 00:00:00 2001 From: hw0505 <39039541+hw0505@users.noreply.github.com> Date: Tue, 12 Jul 2022 12:34:08 +0800 Subject: [PATCH] Update Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ed01935..12f1235 100644 --- a/Makefile +++ b/Makefile @@ -70,9 +70,12 @@ docker: setclassroom: mkdir -p .github/workflows + mkdir -p .github/classroom touch .github/.keep cp scripts/classroom.yml .github/workflows/classroom.yml + cp scripts/autograding.json .github/classroom/autograding.json git add .github/workflows/classroom.yml + git add .github/classroom/autograding.json git add .github/.keep git commit -m"update classroom.yml .keep for classroom CI test" git push