Skip to content

Commit

Permalink
Remove all Julia documentation, it is not possible to use Documenter …
Browse files Browse the repository at this point in the history
…in the CI for us.
  • Loading branch information
isazi committed May 8, 2024
1 parent e46b497 commit 13dd8be
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: Jimver/cuda-toolkit@v0.2.15
id: cuda-toolkit
with:
method: 'network'
sub-packages: '["toolkit"]'
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Setup Julia
uses: julia-actions/setup-julia@v1
with:
version: "1"
- name: Checkout
uses: actions/checkout@v2
with:
Expand All @@ -47,20 +38,6 @@ jobs:
sudo apt-get install python3-sphinx pandoc doxygen
python -m pip install --upgrade pip
python -m pip install sphinx_rtd_theme unidecode nbsphinx wheel breathe exhale
- name: Build compas-toolkit and Julia documentation
run: |
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DSPDLOG_FMT_EXTERNAL:BOOL=ON ..
make
make install
cd ../CompasToolkit.jl
julia --project=docs -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
'
julia --project=docs docs/make.jl
cp -R docs/build ../docs/api_julia
- name: Build and commit
uses: sphinx-notes/pages@v2
with:
Expand Down

0 comments on commit 13dd8be

Please sign in to comment.