Skip to content

Commit 9276691

Browse files
authored
Merge branch 'main' into kmp5/debug/1438
2 parents 00fce54 + e02b8b3 commit 9276691

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/comment_trigger_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# https://github.com/actions/checkout/issues/331#issuecomment-1438220926
2828
ref: refs/pull/${{ github.event.issue.number }}/head
2929
- name: Setup Node.js 16
30-
uses: actions/setup-node@v3
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: 16
3333
- name: Deploy

docs/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
4+
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
5+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6+
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
37

48
[compat]
59
Documenter = "0.27"

0 commit comments

Comments
 (0)