Update manual.yml

This commit is contained in:
Henrik
2023-01-20 10:23:12 +01:00
committed by GitHub
parent 84371125ae
commit 304b47f82c

View File

@@ -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