Skip to content

Commit

Permalink
try yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMaincon committed Dec 9, 2024
1 parent fa3c31f commit 001b340
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: CI
on:
- pull_request
push:
branches:
- main
- 'dev'
- 'doc'
- dev
- doc
env:
JULIA_NUM_THREADS: 2
jobs:
Expand Down Expand Up @@ -55,18 +54,6 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- run: |
julia --project=docs -e '
import Pkg; Pkg.add("Documenter")
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- run: |
julia --project=docs -e '
import Pkg; Pkg.add("Documenter")
using Documenter: doctest
using Muscade
doctest(Muscade)'
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Documentation
# See https://documenter.juliadocs.org/stable/man/hosting/
# See https://documenter.juliadocs.org/stable/man/hosting/
# Should host doc at https://sintef.github.io/Muscade.jl/dev
# or https://sintef.github.io/Muscade.jl/stable
on:
Expand Down
Binary file modified docs/src/assets/beam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/assets/decay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 001b340

Please sign in to comment.