Skip to content

Commit 51a430b

Browse files
author
Aurela Shehu
committed
updated git command
1 parent df5f481 commit 51a430b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
run: echo Hello, world!
4242

4343
- name: Checkout owl file from main
44-
run: git checkout main MathModDB_full.owl
44+
run: git fetch origin
45+
git checkout main
46+
git restore --source=main MathModDB_full.owl
47+
4548

4649

4750
# Runs a set of commands using the runners shell

0 commit comments

Comments
 (0)