Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples #122

Merged
merged 30 commits into from
Oct 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4071157
Starting to add examples
fverdugo Oct 18, 2024
f133775
More in examples
fverdugo Oct 18, 2024
1a66c7c
Adding missing file
fverdugo Oct 18, 2024
8cd0c51
Adding skeleton of documentation
fverdugo Oct 20, 2024
d530d83
Ignore all Manifest
fverdugo Oct 20, 2024
dd69286
Add missing file
fverdugo Oct 20, 2024
271408d
Adding first example
fverdugo Oct 20, 2024
c146902
Trying to fix Documentation CI build
fverdugo Oct 20, 2024
39fc28a
Minor
fverdugo Oct 20, 2024
f81df0e
Typo
fverdugo Oct 20, 2024
fba986b
New attempt to fix docs
fverdugo Oct 20, 2024
4fffa39
Fix in docs; test 1
Cmurilochem Oct 25, 2024
33f735e
Fix in docs; test 2
Cmurilochem Oct 25, 2024
d10317b
Fix in docs; test 3 - installing xvfb
Cmurilochem Oct 25, 2024
7e7d7d7
Fix in docs; test 4 - installing and run xvfb before building Pkg
Cmurilochem Oct 25, 2024
5df7d26
Fix in docs; test 5 - from https://discourse.julialang.org/t/ci-fails…
Cmurilochem Oct 25, 2024
a9b7c37
Fix in docs; test 6 - try to set once again xvfb before pkg
Cmurilochem Oct 25, 2024
f385650
Fix in docs; test 7 - delaying the precompilation of GLMake by adding…
Cmurilochem Oct 25, 2024
e780f00
Fix in docs; test 8 - add GLMake manually
Cmurilochem Oct 25, 2024
26ff5ec
Fix in docs; test 9 - change in order
Cmurilochem Oct 25, 2024
9b337c4
Fix in docs; test 10 - Add GLMakie in docs env manually
Cmurilochem Oct 30, 2024
1daab80
Fix in docs; test 10 - make workflow run
Cmurilochem Oct 30, 2024
1768ece
Fix in docs; test 11 - Add prefix to julia-docsdeploy
Cmurilochem Oct 30, 2024
6e335be
Fix in docs; test 12 - Implement completelly solution https://discour…
Cmurilochem Oct 30, 2024
d0d8de7
Fix in docs; test 12 - Fix typo
Cmurilochem Oct 30, 2024
af47abb
Fix in GalerkinToolkitExamples CI; updated PartitionedSolvers version
Cmurilochem Oct 30, 2024
2c3f1fc
Fix in docs; add back docsdeploy
Cmurilochem Oct 30, 2024
5e49173
Fix in docs; add docsdeploy before testing docs
Cmurilochem Oct 30, 2024
85980ec
Fix in docs; clean up
Cmurilochem Oct 30, 2024
50e43da
Fix in docs; final clean up and eliminate docdeploy
Cmurilochem Oct 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Trying to fix Documentation CI build
fverdugo committed Oct 20, 2024
commit c146902c9f6234e18ccbf6b58ab2e14365d2343c
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -93,3 +93,5 @@ jobs:
using GalerkinToolkit
DocMeta.setdocmeta!(GalerkinToolkit, :DocTestSetup, :(using GalerkinToolkit); recursive=true)
doctest(GalerkinToolkit)'
with:
prefix: xvfb-run -s '-screen 0 1024x768x24'