From c704250615ee54c9bfa6a69b2be16572e191b077 Mon Sep 17 00:00:00 2001 From: JYC0413 Date: Mon, 18 Mar 2024 20:55:30 +0800 Subject: [PATCH] fix --- .github/workflows/exportAndPush.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/exportAndPush.yml b/.github/workflows/exportAndPush.yml index 5229570..2ff5e2f 100644 --- a/.github/workflows/exportAndPush.yml +++ b/.github/workflows/exportAndPush.yml @@ -46,14 +46,6 @@ jobs: - name: Create index.html run: | echo "Redirecting...

If you are not redirected automatically, follow this link.

" > index.html - echo "" >> index.html - echo " " >> index.html - echo " Hello, World!" >> index.html - echo " " >> index.html - echo " " >> index.html - echo "

Hello, World!

" >> index.html - echo " " >> index.html - echo "" >> index.html - name: Commit changes env: