Skip to content

Commit

Permalink
deploy: 2f0081f
Browse files Browse the repository at this point in the history
  • Loading branch information
enauj committed Jan 13, 2025
1 parent ce48fbe commit 4431387
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ <h2> Contents </h2>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#tractor-dev-setup">:tractor: Dev setup</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#contributions">🌐 Contributions</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#ci-cd">CI / CD</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -591,6 +592,15 @@ <h2>:tractor: Dev setup<a class="headerlink" href="#tractor-dev-setup" title="Pe
<li><p>push rendered html files to branch <code class="docutils literal notranslate"><span class="pre">gh-pages</span></code> via the command <code class="docutils literal notranslate"><span class="pre">ghp-import</span> <span class="pre">-n</span> <span class="pre">-p</span> <span class="pre">-f</span> <span class="pre">_build/html</span></code>. This will automatically delete the branch and recreate it to avoid a bloated history.</p></li>
</ul>
</section>
<section id="contributions">
<h2>🌐 Contributions<a class="headerlink" href="#contributions" title="Permalink to this heading">#</a></h2>
<p>We warmly welcome everyone to contribute and collaborate in advancing the IFRC GIS Training Platform, fostering shared knowledge and growth.
Before contributing:</p>
<ul class="simple">
<li><p>Contact us on <code class="docutils literal notranslate"><span class="pre">gis-training-platform&#64;heigit.org</span></code></p></li>
<li><p>Make sure to read through the <span class="xref myst">Contribution Plan</span></p></li>
</ul>
</section>
<section id="ci-cd">
<h2>CI / CD<a class="headerlink" href="#ci-cd" title="Permalink to this heading">#</a></h2>
<ul class="simple">
Expand Down Expand Up @@ -645,6 +655,7 @@ <h2>CI / CD<a class="headerlink" href="#ci-cd" title="Permalink to this heading"
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#tractor-dev-setup">:tractor: Dev setup</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#contributions">🌐 Contributions</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#ci-cd">CI / CD</a></li>
</ul>
</nav></div>
Expand Down
5 changes: 5 additions & 0 deletions _sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ The markdown files are built to a static webpage via `jupyter-book`.
* when you are finished with your changes, create a pull request to merge `dev` with `main`.
* push rendered html files to branch `gh-pages` via the command `ghp-import -n -p -f _build/html`. This will automatically delete the branch and recreate it to avoid a bloated history.

## 🌐 Contributions

We warmly welcome everyone to contribute and collaborate in advancing the IFRC GIS Training Platform, fostering shared knowledge and growth.
Before contributing:

* Contact us on `[email protected]`
* Make sure to read through the [Contribution Plan]()

## CI / CD
* to be considered in the future
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 4431387

Please sign in to comment.