Skip to content

Commit 557ee5f

Browse files
authored
Merge branch 'main' into addTexnativeFormat
2 parents 05779b6 + e6bf2ea commit 557ee5f

File tree

123 files changed

+1936
-1811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1936
-1811
lines changed

.github/workflows/actions/release-info/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ inputs:
2727
required: true
2828

2929
runs:
30-
using: "node16"
30+
using: "node20"
3131
main: "index.js"

.github/workflows/preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ name: Deploy Preview
88

99
concurrency:
1010
# Use github.event.pull_request.number on pull requests, so it's unique per pull request
11+
# Use github.event.issue.number on issue comments, so it's unique per comment
1112
# Use github.ref on other branches, so it's unique per branch
12-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.issue.number || github.ref }}
13+
group: ${{ github.workflow }}-${{ (github.event.pull_request && format('PR-{0}', github.event.pull_request.number)) || ( github.event.issue && format('comment-{0}', github.event.issue.number) ) || github.ref }}
1314
cancel-in-progress: true
1415

1516
jobs:

.github/workflows/upload-algolia.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
gem 'algolia', '=2.3.4'
12
require 'json'
23
require 'algolia'
34
require 'open-uri'

.github/workflows/upload-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ruby-version: 3.0.2
1818
- name: Install Algolia API Dependencies
1919
run: |
20-
gem install algolia
20+
gem install algolia -v 2.3.4
2121
- name: Upload Index for release website
2222
run: |
2323
pwd

.well-known/atproto-did

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
did:plc:yvu4igag5eha3sbbbx7poz2p

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Depends:
1111
htmltools,
1212
knitr,
1313
leaflet,
14+
magick,
1415
openintro,
1516
palmerpenguins,
1617
readr,

_freeze/docs/authoring/cross-references/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/docs/authoring/tables/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

_freeze/docs/blog/posts/2024-07-02-beautiful-tables-in-typst/examples/great-tables-oceania/execute-results/html.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_freeze/docs/blog/posts/2024-07-02-beautiful-tables-in-typst/examples/great-tables-oceania/execute-results/typ.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)