Skip to content

Commit

Permalink
build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 27, 2025
1 parent db1fbc2 commit 3be8a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docsygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
spellers: false
fst: hfst
analysers: true

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

0 comments on commit 3be8a1d

Please sign in to comment.