Skip to content

Commit

Permalink
dev: bump shiroa to 0.2.0-nightly5
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 15, 2024
1 parent 5cb4258 commit 7671112
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | bash
- name: Download & install shiroa
run: |
curl -L https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0-nightly4/shiroa-x86_64-unknown-linux-gnu.tar.gz | tar -xvz
curl -L https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0-nightly5/shiroa-x86_64-unknown-linux-gnu.tar.gz | tar -xvz
chmod +x shiroa-x86_64-unknown-linux-gnu/bin/shiroa
sudo cp shiroa-x86_64-unknown-linux-gnu/bin/shiroa /usr/bin/shiroa
- name: Run sccache-cache
Expand Down
2 changes: 1 addition & 1 deletion docs/cookery/book.typ
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#import "@preview/shiroa:0.1.1": *
#import "@preview/shiroa:0.1.2": *
#import "./templates/page.typ": main-color

#show: book
Expand Down
2 changes: 1 addition & 1 deletion docs/cookery/ebook.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/shiroa:0.1.1": *
#import "@preview/shiroa:0.1.2": *

#import "/docs/cookery/templates/ebook.typ"

Expand Down
2 changes: 1 addition & 1 deletion docs/cookery/templates/ebook.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/shiroa:0.1.1": *
#import "@preview/shiroa:0.1.2": *
#import "/docs/cookery/templates/page.typ": project, part-style

#let _page-project = project
Expand Down
2 changes: 1 addition & 1 deletion docs/cookery/templates/page.typ
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This is important for shiroa to produce a responsive layout
// and multiple targets.
#import "@preview/shiroa:0.1.1": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates
#import "@preview/shiroa:0.1.2": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates
#import templates: *

// Metadata
Expand Down

0 comments on commit 7671112

Please sign in to comment.