diff --git a/.github/workflows/markdown-altimetry.yml b/.github/workflows/markdown-altimetry.yml index 45bf5f01..d0d92658 100644 --- a/.github/workflows/markdown-altimetry.yml +++ b/.github/workflows/markdown-altimetry.yml @@ -44,7 +44,7 @@ jobs: unzip COAsT_example_files.zip && mv COAsT_example_files ./example_scripts/notebook_tutorials/runnable_notebooks/altimetry/example_files ls /home/runner/work/COAsT-site/COAsT-site/external/example_scripts/notebook_tutorials/runnable_notebooks/altimetry/example_files mkdir -p ./example_scripts/notebook_tutorials/markdown/altimetry - ls ./example_scripts/notebooks + ls ./example_scripts/notebook_tutorials pip install . mv config ./example_scripts/notebook_tutorials/runnable_notebooks/altimetry/config bash notebook_to_md.sh altimetry diff --git a/.github/workflows/markdown-general.yml b/.github/workflows/markdown-general.yml index ca3df8c5..668ce6f5 100644 --- a/.github/workflows/markdown-general.yml +++ b/.github/workflows/markdown-general.yml @@ -43,7 +43,7 @@ jobs: unzip COAsT_example_files.zip && mv COAsT_example_files ./example_scripts/notebook_tutorials/runnable_notebooks/general/example_files ls /home/runner/work/COAsT-site/COAsT-site/external/example_scripts/notebook_tutorials/runnable_notebooks/general/example_files mkdir -p ./example_scripts/notebook_tutorials/markdown/general - ls ./example_scripts/notebooks + ls ./example_scripts/notebook_tutorials pip install . mv config ./example_scripts/notebook_tutorials/runnable_notebooks/general/config bash notebook_to_md.sh general diff --git a/.github/workflows/markdown-gridded.yml b/.github/workflows/markdown-gridded.yml index fa08aac6..0d06b91a 100644 --- a/.github/workflows/markdown-gridded.yml +++ b/.github/workflows/markdown-gridded.yml @@ -43,7 +43,7 @@ jobs: unzip COAsT_example_files.zip && mv COAsT_example_files ./example_scripts/notebook_tutorials/runnable_notebooks/gridded/example_files ls /home/runner/work/COAsT-site/COAsT-site/external/example_scripts/notebook_tutorials/runnable_notebooks/gridded/example_files mkdir -p ./example_scripts/notebook_tutorials/markdown/gridded - ls ./example_scripts/notebooks + ls ./example_scripts/notebook_tutorials pip install . mv config ./example_scripts/notebook_tutorials/runnable_notebooks/gridded/config bash notebook_to_md.sh gridded diff --git a/.github/workflows/markdown-profile.yml b/.github/workflows/markdown-profile.yml index 0c14342b..54936992 100644 --- a/.github/workflows/markdown-profile.yml +++ b/.github/workflows/markdown-profile.yml @@ -43,7 +43,7 @@ jobs: unzip COAsT_example_files.zip && mv COAsT_example_files ./example_scripts/notebook_tutorials/runnable_notebooks/profile/example_files ls /home/runner/work/COAsT-site/COAsT-site/external/example_scripts/notebook_tutorials/runnable_notebooks/profile/example_files mkdir -p ./example_scripts/notebook_tutorials/markdown - ls ./example_scripts/notebooks + ls ./example_scripts/notebook_tutorials pip install . mv config ./example_scripts/notebook_tutorials/runnable_notebooks/profile/config bash notebook_to_md.sh profile diff --git a/.github/workflows/markdown-tidegauge.yml b/.github/workflows/markdown-tidegauge.yml index c3b1e3e1..3fbac8c1 100644 --- a/.github/workflows/markdown-tidegauge.yml +++ b/.github/workflows/markdown-tidegauge.yml @@ -43,7 +43,7 @@ jobs: unzip COAsT_example_files.zip && mv COAsT_example_files ./example_scripts/notebook_tutorials/runnable_notebooks/tidegauge/example_files ls /home/runner/work/COAsT-site/COAsT-site/external/example_scripts/notebook_tutorials/runnable_notebooks/tidegauge/example_files mkdir -p ./example_scripts/notebook_tutorials/markdown/tidegauge - ls ./example_scripts/notebooks + ls ./example_scripts/notebook_tutorials pip install . mv config ./example_scripts/notebook_tutorials/runnable_notebooks/tidegauge/config bash notebook_to_md.sh tidegauge