Skip to content

Commit 3be8a1d

Browse files
committed
build dir
1 parent db1fbc2 commit 3be8a1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docsygen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
spellers: false
3030
fst: hfst
31+
analysers: true
3132

3233
# Mermaid processing starts here:
3334
- name: get list of files
@@ -41,7 +42,7 @@ jobs:
4142
4243
# The actual Mermaid compilation
4344
- name: compile mermaid
44-
uses: divvun/compile-mermaid-markdown-action@main
45+
use: divvun/compile-mermaid-markdown-action@main
4546
with:
4647
files: ${{ steps.getfile.outputs.files }}
4748
output: 'lang/docs/mermaid-svgs'
@@ -68,9 +69,8 @@ jobs:
6869
run: |
6970
sudo apt-get install python3-hfst
7071
mkdir stats/
71-
ls -lR ${{ github.workspace }}
7272
python ${{ github.workspace }}/giella-core/scripts/freq-evals.py \
73-
-a ${{ github.workspace }}/src/fst/analyser-gt-desc.hfstol \
73+
-a ${{ github.workspace }}/lang/build/src/fst/analyser-gt-desc.hfstol \
7474
-m stats/corpus-fin.missing \
7575
-i ${{ github.workspace }}/corpus-fin.latest.freqs/corpus-fin.freqs \
7676
-n stats/corpus-fin.sus -o stats/corpus-fin.log \

0 commit comments

Comments
 (0)