Update manual.yml
This commit is contained in:
6
.github/workflows/manual.yml
vendored
6
.github/workflows/manual.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user