Skip to content

Commit 01e0f35

Browse files
authored
Update Documentation action (#29)
1 parent 616aa4c commit 01e0f35

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@main"
2020
with:
2121
localregistry: https://github.com/ITensor/ITensorRegistry.git
22-
secrets: "inherit"
22+
secrets:
23+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@
1212
This package resides in the `ITensor/ITensorRegistry` local registry.
1313
In order to install, simply add that registry through your package manager.
1414
This step is only required once.
15-
1615
```julia
1716
julia> using Pkg: Pkg
1817

1918
julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")
2019
```
21-
2220
Then, the package can be added as usual through the package manager:
2321

24-
2522
```julia
2623
julia> Pkg.add("ITensorPkgSkeleton")
2724
```

templates/github/.github/workflows/Documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@main"
2020
with:
2121
localregistry: https://github.com/ITensor/ITensorRegistry.git
22-
secrets: "inherit"
22+
secrets:
23+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)