Skip to content

Commit 707aa84

Browse files
authored
Merge pull request #105 from JuliaAstro/icweaver-patch-1
Cleanup documentation workflow
2 parents a9e3b83 + 43c38ff commit 707aa84

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@ jobs:
1515
with:
1616
version: "1"
1717
- uses: julia-actions/cache@v2
18-
- name: Install dependencies
19-
shell: julia --color=yes --project=docs {0}
20-
run: |
21-
using Pkg
22-
Pkg.instantiate()
23-
- name: Aggregate and deploy
24-
run: |
25-
git config user.name github-actions
26-
git config user.email [email protected]
27-
julia --color=yes --project=docs docs/make.jl
18+
- uses: julia-actions/julia-docdeploy@v1
2819
env:
2920
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
3021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)