Skip to content

Commit 1c5103e

Browse files
authored
Update docs.yml
1 parent 8b38f4a commit 1c5103e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- name: Check for ontology file
3737
id: check
3838
run: |
39+
pwd
40+
find . -name "*-full.owl" -type f
3941
ONTOLOGY_FILE=$(find . -name "*-full.owl" -type f | head -1)
4042
if [ -z "$ONTOLOGY_FILE" ]; then
4143
echo "No *-full.owl file found in . directory."
@@ -77,4 +79,4 @@ jobs:
7779
steps:
7880
- name: Deploy to GitHub Pages
7981
id: deployment
80-
uses: actions/deploy-pages@v4
82+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)