Skip to content

Commit

Permalink
Merge branch 'main' into sealed-trait
Browse files Browse the repository at this point in the history
  • Loading branch information
rbran authored Apr 10, 2023
2 parents 5208243 + 16a4e95 commit 668322d
Show file tree
Hide file tree
Showing 7 changed files with 30,722 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MDBOOK_VERSION=0.4.28
MDBOOK_I8N_HELPERS_VERSION=0.1.0
MDBOOK_I18N_HELPERS_VERSION=0.1.0
8 changes: 4 additions & 4 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ runs:
echo "::set-output name=MDBOOK_VERSION::${MDBOOK_VERSION}"
shell: bash

- name: Read mdbook-i8n-helpers version from .env
id: mdbook-i8n-helpers-version
- name: Read mdbook-i18n-helpers version from .env
id: mdbook-i18n-helpers-version
run: |
. ./.env
echo "::set-output name=MDBOOK_I8N_HELPERS_VERSION::${MDBOOK_I8N_HELPERS_VERSION}"
echo "::set-output name=MDBOOK_I18N_HELPERS_VERSION::${MDBOOK_I18N_HELPERS_VERSION}"
shell: bash

# The --locked flag is important for reproducible builds.
Expand All @@ -25,5 +25,5 @@ runs:
shell: bash

- name: Install i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version '${{ steps.mdbook-i8n-helpers-version.outputs.MDBOOK_I8N_HELPERS_VERSION }}'
run: cargo install mdbook-i18n-helpers --locked --version '${{ steps.mdbook-i18n-helpers-version.outputs.MDBOOK_I18N_HELPERS_VERSION }}'
shell: bash
1 change: 0 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ git-repository-url = "https://github.com/rust-unofficial/patterns"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/rust-unofficial/patterns/edit/main/{path}"
additional-css = ["./language-picker.css"]
additional-js = ["./third_party/mdbook/book.js"]

[output.html.fold]
enable = true
Expand Down
Loading

0 comments on commit 668322d

Please sign in to comment.