-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete doc/content/tutorial 03 & 04 (#110)
* complete doc/content/tutorial 03 & 04 refs #46 * Improve tutorials * Modify badge creation workflow
- Loading branch information
1 parent
c548fee
commit 1038739
Showing
25 changed files
with
86 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,18 @@ jobs: | |
mamba install moose-tools moose-libmesh lcov | ||
conda list | grep moose | ||
- name: Compile RACCOON | ||
- name: Compile RACCOON (with coverage) | ||
if: ${{ github.event_name == 'push' }} | ||
shell: bash -l {0} | ||
run: | | ||
coverage=true make -j 2 | ||
- name: Compile RACCOON (without coverage) | ||
if: ${{ github.event_name == 'pull_request' }} | ||
shell: bash -l {0} | ||
run: | | ||
make -j 2 | ||
- name: Build documentation | ||
shell: bash -l {0} | ||
run: | | ||
|
@@ -46,6 +53,7 @@ jobs: | |
./moosedocs.py build --destination ../gh-pages/ | ||
- name: Extract coverage data | ||
if: ${{ github.event_name == 'push' }} | ||
shell: bash -l {0} | ||
run: | | ||
mkdir gh-pages/coverage | ||
|
@@ -64,6 +72,7 @@ jobs: | |
echo "COVERAGE_PCT="$(python extract_coverage_percentage.py $COVERAGE_DIR/genhtml.out)"" >> $GITHUB_ENV | ||
- name: Create coverage badge | ||
if: ${{ github.event_name == 'push' }} | ||
uses: schneegans/[email protected] | ||
with: | ||
auth: ${{ secrets.GIST_TOKEN }} | ||
|
@@ -72,9 +81,9 @@ jobs: | |
label: coverage | ||
message: ${{ env.COVERAGE_PCT }} | ||
color: lightgrey | ||
|
||
- name: Deploy to GitHub Pages | ||
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} | ||
if: ${{ github.event_name == 'push' }} | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@article{bourdin2007numerical, | ||
title={Numerical implementation of the variational formulation for quasi-static brittle fracture}, | ||
author={Bourdin, Blaise}, | ||
journal={Interfaces and free boundaries}, | ||
volume={9}, | ||
number={3}, | ||
pages={411--430}, | ||
year={2007} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule moose
updated
6742 files