Skip to content

Commit 5c5a610

Browse files
authored
Update Documentation.yml (#82)
* Update Documentation.yml * Update Documentation.yml
1 parent 77b660b commit 5c5a610

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/Documentation.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
with:
2121
version: '1'
2222
- uses: julia-actions/cache@v2
23-
- name: Install dependencies
24-
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
25-
- name: Build and deploy
23+
- uses: julia-actions/julia-buildpkg@v1
24+
- uses: julia-actions/julia-docdeploy@v1
2625
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
28-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy
29-
run: julia --project=docs/ docs/make.jl
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)