From 304b47f82cb24d19b9c7a1401946e8dfd216f10d Mon Sep 17 00:00:00 2001 From: Henrik Date: Fri, 20 Jan 2023 10:23:12 +0100 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 1b0a8d7..7ec7e99 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -30,9 +30,15 @@ jobs: uses: actions/checkout@v3.3.0 with: ref: main + - name: Pull the latest changes + run: git pull - name: Check if the file is present run: ls - name: Check if the file is present run: ls html/ - name: Copy and Rename File run: cp html/index.html pixartmin.htm + - name: Commit the changes + run: git commit -m "Add pixartmin.htm" + - name: Push the changes + run: git push