Skip to content

Commit 59bdfc6

Browse files
committed
remove file temp
1 parent 13d07b1 commit 59bdfc6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/getbadge.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ jobs:
3131
- name: Install deps
3232
run: pip install numpy pandas
3333

34+
- name: Remove Outdated file
35+
run: |
36+
git rm --cached ${{github.workspace}}/assets/test.md
37+
git add .
38+
git commit -m "removed file temporarily"
39+
3440
- name: Get info
3541
run: |
3642
cd assets/
37-
rm ${{github.workspace}}/assets/test.md
38-
git add .
3943
wget "https://dataverse.no/api/info/metrics/filedownloads?parentAlias=ntnu"
4044
ls -haltr
4145
python generate_badge.py

0 commit comments

Comments
 (0)