-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update main.yml to clean repo prior to push
- Loading branch information
1 parent
9a0762c
commit 2f5ed44
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,12 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: clean repo | ||
run: | | ||
rm .github/workflows/main.yml | ||
echo "www.secureprescriptiveanalytics.at" > CNAME | ||
- name: Mirroring Repository | ||
uses: pixta-dev/[email protected] | ||
with: | ||
|