We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9e3b83 + 43c38ff commit 707aa84Copy full SHA for 707aa84
1 file changed
.github/workflows/Documentation.yml
@@ -15,16 +15,7 @@ jobs:
15
with:
16
version: "1"
17
- 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
25
- git config user.name github-actions
26
- git config user.email [email protected]
27
- julia --color=yes --project=docs docs/make.jl
+ - uses: julia-actions/julia-docdeploy@v1
28
env:
29
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments