diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ea35992..4c57553 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -14,8 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest - - name: Install registry - run: julia -e 'using Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/control-toolbox/ct-registry.git"))' - uses: julia-actions/julia-buildpkg@latest - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' @@ -24,4 +22,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key GKSwstype: 100 # To make GitHub Action work, disable showing a plot window with the GR backend of the Plots package - run: julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")' \ No newline at end of file + run: julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")'