diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 19ba52240..ac3bd371a 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -24,9 +24,8 @@ jobs: run: | using Pkg pkg"registry add https://github.com/bsc-quantic/Registry.git" + pkg"registry add General" shell: julia {0} - - name: Build package - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-docdeploy@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}