Skip to content

Commit

Permalink
fix: adjust the repo name and branch
Browse files Browse the repository at this point in the history
Cut-and-paste issues.
  • Loading branch information
filmil committed Feb 3, 2025
1 parent 1aacaaf commit 15a97f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: "Deploy"
uses: peaceiris/actions-gh-pages@v3
with:
external_repository: filmil/hdlfactory.com
external_repository: filmil/hdlfactory.com.template
publish_dir: ./ebook-example/bazel-bin/html_chunked.d/html_chunked
destination_dir: static/html_chunked
publish_branch: master
publish_branch: main
deploy_key: "${{ secrets.DEPLOY_KEY }}"

0 comments on commit 15a97f3

Please sign in to comment.