We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a430b commit 5e48a57Copy full SHA for 5e48a57
.github/workflows/documentation.yml
@@ -40,10 +40,11 @@ jobs:
40
- name: Run a one-line script
41
run: echo Hello, world!
42
43
- - name: Checkout owl file from main
44
- run: git fetch origin
45
- git checkout main
46
- git restore --source=main MathModDB_full.owl
+ # TODO: it does not work yet..
+ #- name: Checkout owl file from main
+ # run: git fetch origin
+ # git checkout main
47
+ # git restore --source=main MathModDB_full.owl
48
49
50
0 commit comments