Skip to content

Commit a0382ba

Browse files
author
Alex Westergaard
committed
Remove gitignore on badge push
1 parent 3fab3ba commit a0382ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22+
- name: "Remove .gitignore"
23+
run: rm .gitignore
24+
2225
- name: "Setup PHP"
2326
uses: shivammathur/setup-php@v2
2427
with:

0 commit comments

Comments
 (0)