Update manual.yml

This commit is contained in:
Henrik
2023-01-20 10:36:25 +01:00
committed by GitHub
parent 9fbe51430b
commit 9ced25d929

View File

@@ -38,6 +38,12 @@ jobs:
run: ls html/
- name: Copy and Rename File
run: cp html/index.html pixartmin.htm
- name: Check if the file is present
run: ls
- name: Check if the file is present
run: ls html/
- name: Add the changes
run: git add pixartmin.htm
- name: Commit the changes
run: git -c user.name='werkstrom' -c user.email='henrik@werkstrom.com' commit -m "Add pixartmin.htm"
- name: Push the changes