diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index 984bd41..b0ed79e 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -18,7 +18,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: julia-actions/julia-buildpkg@v1 # if package requires Pkg.build() + - uses: julia-actions/julia-buildpkg@v1 # if package requires Pkg.build() - uses: julia-actions/julia-docdeploy@v1 + with: + prefix: xvfb-run env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index a6bd757..d8fbe53 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Run Tests](https://github.com/rwth-irt/SciGL.jl/actions/workflows/run_tests.yml/badge.svg)](https://github.com/rwth-irt/SciGL.jl/actions/workflows/run_tests.yml) +[![Documenter](https://github.com/rwth-irt/SciGL.jl/actions/workflows/documenter.yml/badge.svg)](https://github.com/rwth-irt/SciGL.jl/actions/workflows/documenter.yml) +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://rwth-irt.github.io/SciGL.jl) + # SciGL.jl Port of [scigl_render](https://gitlab.com/rwth-irt-public/flirt/scigl_render) to julia.