We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d07b1 commit 59bdfc6Copy full SHA for 59bdfc6
.github/workflows/getbadge.yml
@@ -31,11 +31,15 @@ jobs:
31
- name: Install deps
32
run: pip install numpy pandas
33
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
+
40
- name: Get info
41
run: |
42
cd assets/
- rm ${{github.workspace}}/assets/test.md
- git add .
43
wget "https://dataverse.no/api/info/metrics/filedownloads?parentAlias=ntnu"
44
ls -haltr
45
python generate_badge.py
0 commit comments