Skip to content

Commit

Permalink
download epub url 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
joostory committed Jan 27, 2025
1 parent 7ed0394 commit dc01bd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install and Build 🔧
run: |
Expand Down
5 changes: 5 additions & 0 deletions src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ export default function Header() {
<li>
<ThemeButton />
</li>
<li>
<a href='https://github.com/joostory/oh-my-bible-epub/releases/latest' target="_blank" className="text-xs">
Download
</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit dc01bd6

Please sign in to comment.