We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac7d95 commit 98ed3a8Copy full SHA for 98ed3a8
Makefile
@@ -14,7 +14,7 @@ clean:
14
rm -rf _projects/*/.git; \
15
rm -rf _projects/*/_software/*/.git; \
16
rm -rf _projects/*/_specs/*/.git; \
17
- git clean -xdf
+# git clean -xdf
18
19
build: clean # install include-yarn-deps
20
$(JEKYLL) build
_projects/DeltaMetrics/index.md
@@ -4,7 +4,7 @@ description: Delta metric computations
4
featured: true
5
home_url: https://DeltaRCM.github.io/DeltaMetrics
6
site:
7
- git_repo_url: "https://github.com/amoodie/FAKE_pyDeltaRCM_WMT"
+ git_repo_url: "https://github.com/DeltaRCM/DeltaMetrics"
8
git_repo_branch: "develop"
9
---
10
0 commit comments