Skip to content

Commit

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

* Copying img directory to gh-pages
  • Loading branch information
ruthvikm authored Nov 7, 2023
1 parent f508ed2 commit 0ce8b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/asciidoc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
publish_dir: ./micronautpi4j-utils/build/docs/asciidoc/

- name: Copy images to build directory
run: cp -r .micronautpi4j-utils/build/docs/asciidoc/img .docs/asciidoc/img

0 comments on commit 0ce8b21

Please sign in to comment.