Skip to content

Commit 650b5bc

Browse files
authored
Update docs.yaml
1 parent 579ee1e commit 650b5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
java -jar widoco.jar -ontFile main/cmso.owl -outFolder docs -uniteSections -lang en-de -getOntologyMetadata -noPlaceHolderText -rewriteAll -webVowl
2121
mv docs/doc/* docs/
2222
cp docs/index-en.html docs/index.html
23+
gawk -i inplace '{gsub("width=\"50/\"","width=\"200/\"",$0); print $0}' docs/index.html
2324
rm widoco.jar
2425
- name: Upload artifact
2526
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)