Skip to content

Commit

Permalink
Can this please work, it works on my machine!
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Aug 8, 2024
1 parent 5367059 commit b2c9181
Show file tree
Hide file tree
Showing 9 changed files with 989 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2

- name: Install gettext
run: |
Expand All @@ -42,7 +43,7 @@ jobs:
run: cp config/CNAME book/CNAME

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ book

# I18N
po/messages.pot

tmp
5 changes: 1 addition & 4 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/cjburkey01/ClaimChunk"
edit-url-template = "https://github.com/cjburkey01/claimchunk-site/edit/main/{path}"
additional-js = []
additional-css = ["src/css/downloads.css", "src/css/language-picker.css"]
additional-css = ["css/downloads.css", "css/language-picker.css"]
no-section-label = true

[output.html.print]
enable = false
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b2c9181

Please sign in to comment.