Skip to content

Commit d632ccc

Browse files
sjkellyjebej
authored andcommitted
Update Documentation.yml
1 parent d5543e7 commit d632ccc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Documentation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
Pkg.instantiate()'
4141
- name: BuildAndDeploy
4242
env:
43-
# https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Authentication:-GITHUB_TOKEN
44-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
ssh: ${{ secrets.DOCUMENTER_KEY }}
43+
JULIA_PKG_SERVER: ""
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4645
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
4746
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)