Skip to content

Commit

Permalink
Fixing Image issue in gh_pages (#107)
Browse files Browse the repository at this point in the history
* Testing image for rotary encoder

* Copying img directory to gh-pages

* updated asciidoc-build
  • Loading branch information
ruthvikm authored Nov 7, 2023
1 parent 0ce8b21 commit f42e9df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/asciidoc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: tonynv/asciidoctor-action@master
with:
program: "./gradlew asciidoctor"
- name: Copy images to build directory
run: cp -r ./micronautpi4j-utils/src/docs/asciidoc/img ./micronautpi4j-utils/build/docs/asciidoc/
- name: Deploy docs to ghpages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit f42e9df

Please sign in to comment.