1
0

Remove github workflows folder

This commit is contained in:
Tim Kächele 2021-08-20 18:59:20 +02:00
parent 02b3142244
commit 72c160b894

View File

@ -14,6 +14,9 @@ jobs:
persist-credentials: false
- name: Remove git history
run: rm -rf .git
- name: Remove github workflows
run:
rm -rf ./.github
- name: Initialize new git repo
run: |
git init