There was an error while loading. Please reload this page.
1 parent 8b38f4a commit 1c5103eCopy full SHA for 1c5103e
1 file changed
.github/workflows/docs.yml
@@ -36,6 +36,8 @@ jobs:
36
- name: Check for ontology file
37
id: check
38
run: |
39
+ pwd
40
+ find . -name "*-full.owl" -type f
41
ONTOLOGY_FILE=$(find . -name "*-full.owl" -type f | head -1)
42
if [ -z "$ONTOLOGY_FILE" ]; then
43
echo "No *-full.owl file found in . directory."
@@ -77,4 +79,4 @@ jobs:
77
79
steps:
78
80
- name: Deploy to GitHub Pages
81
id: deployment
- uses: actions/deploy-pages@v4
82
+ uses: actions/deploy-pages@v4
0 commit comments