Skip to content

Commit

Permalink
Update main.yml to clean repo prior to push
Browse files Browse the repository at this point in the history
  • Loading branch information
florianBachinger authored Dec 7, 2023
1 parent 9a0762c commit 2f5ed44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f5ed44

Please sign in to comment.