Skip to content

Commit

Permalink
fix: fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
filmil committed Feb 3, 2025
1 parent 53d96f8 commit b0d72c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: "Build book"
run: "cd ebook-example && bazel build //:html_chunked && ls -lR"
run: "cd ebook-example && bazel build //:html_chunked"
- name: "Examine the environment"
run: "ls -lR && ls -lR ./ebook-example/bazel-bin && ls -lR ./ebook-example/bazel-bin/html_chunked.d"
- name: "Deploy"
uses: peaceiris/actions-gh-pages@v3
with:
external_repository: filmil/hdlfactory.com.template
publish_dir: ./bazel-bin/html_chunked.d/html_chunked
publish_dir: ./ebook-example/bazel-bin/html_chunked.d/html_chunked
destination_dir: static/html_chunked
publish_branch: main
deploy_key: "${{ secrets.DEPLOY_KEY }}"

0 comments on commit b0d72c2

Please sign in to comment.