Skip to content

Commit cf45a6e

Browse files
authored
Update Documentation.yml
1 parent bfc6656 commit cf45a6e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# [.github/workflows/Documentation.yml]
21
name: Documentation
32

43
on:
@@ -10,16 +9,4 @@ on:
109

1110
jobs:
1211
build:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v4
16-
- uses: julia-actions/setup-julia@latest
17-
- uses: julia-actions/julia-buildpkg@latest
18-
- name: Install dependencies
19-
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20-
- name: Build and deploy
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
23-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
24-
GKSwstype: 100 # To make GitHub Action work, disable showing a plot window with the GR backend of the Plots package
25-
run: julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")'
12+
uses: control-toolbox/CTActions/.github/workflows/documentation.yml@main

0 commit comments

Comments
 (0)