Skip to content

Commit

Permalink
(fix) javadoc on GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Jun 21, 2024
1 parent 3fb0648 commit 20fb59b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ jobs:
mkdir -p build/gh-pages/docs
pandoc -f markdown -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua \
-o build/gh-pages/docs/index.html gh-pages/docs/index.md
cp -a api/build/docs/. build/gh-pages/docs/api
cp -a lib/build/docs/. build/gh-pages/docs/lib
cp -a jna/build/docs/. build/gh-pages/docs/jna
cp -a ffm/build/docs/. build/gh-pages/docs/ffm
cp -a regex/build/docs/. build/gh-pages/docs/regex
cp -a api/build/docs/javadoc/. build/gh-pages/docs/api
cp -a lib/build/docs/javadoc/. build/gh-pages/docs/lib
cp -a jna/build/docs/javadoc/. build/gh-pages/docs/jna
cp -a ffm/build/docs/javadoc/. build/gh-pages/docs/ffm
cp -a regex/build/docs/javadoc/. build/gh-pages/docs/regex
- name: Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 20fb59b

Please sign in to comment.