Skip to content

Commit

Permalink
ci: run i18helpers and extract source po
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Nov 2, 2023
1 parent 08bfde9 commit dacf9b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

env:
MDBOOK_LINKCHECK_VER: 0.7.4
MDBOOK_OUTPUT: '{"xgettext": {"pot-file": "messages.pot"}}'

jobs:
build:
Expand All @@ -19,6 +20,16 @@ jobs:
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: latest

- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Install i18n-helpers
run: cargo install --path i18n-helpers

- name: Extract source for translations
run: mdbook build -d po

- name: Install static-sitemap-cli
run: npm install static-sitemap-cli
Expand Down

0 comments on commit dacf9b1

Please sign in to comment.