Skip to content

Commit 04a0d39

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Fix docs
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com> Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
1 parent 1206f30 commit 04a0d39

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# GitHub sponsors
2+
23
github: [InPhyT, pitmonticone, ClaudMor]

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: julia-actions/julia-buildpkg@v1
6565
- uses: julia-actions/julia-docdeploy@v1
6666
env:
67-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
6969
- run: |
7070
julia --project=docs -e '

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[deps]
22
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
45
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
56
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
67
MultilayerGraphs = "af984530-d72f-4904-8b81-b992bbbeaf3f"

0 commit comments

Comments
 (0)