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