Skip to content

Commit

Permalink
agrego github action
Browse files Browse the repository at this point in the history
  • Loading branch information
paocorrales committed Dec 11, 2023
1 parent f23176f commit d7f8ef5
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
workflow_dispatch:
push:
branches: main

name: Quarto Publish

jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 6 additions & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ <h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#a-note-about-using-this-material" id="toc-a-note-about-using-this-material" class="nav-link active" data-scroll-target="#a-note-about-using-this-material">A note about using this material</a></li>
<li><a href="#citing-this-guide" id="toc-citing-this-guide" class="nav-link" data-scroll-target="#citing-this-guide">Citing this guide</a></li>
<li><a href="#do-you-want-to-contribute" id="toc-do-you-want-to-contribute" class="nav-link" data-scroll-target="#do-you-want-to-contribute">Do you want to contribute?</a></li>
</ul>
<div class="toc-actions"><div><i class="bi bi-github"></i></div><div class="action-links"><p><a href="https://github.com/paocorrales/DA-documentation/edit/main/index.qmd" class="toc-action">Edit this page</a></p><p><a href="https://github.com/paocorrales/DA-documentation/issues/new/choose" class="toc-action">Report an issue</a></p></div></div></nav>
Expand Down Expand Up @@ -172,9 +173,13 @@ <h2 id="toc-title">On this page</h2>
<h2 class="anchored" data-anchor-id="a-note-about-using-this-material">A note about using this material</h2>
<p>While the text in this guide is released under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>, specific scripts or programming routines may have different licences and authors. If you use the material in any way, make sure to check the Licence note associated to each section and cite it appropriately.</p>
</section>
<section id="citing-this-guide" class="level2">
<h2 class="anchored" data-anchor-id="citing-this-guide">Citing this guide</h2>
<p>You can cite this guide using its Zenodo metadata and DOI <tbd>.</tbd></p>
</section>
<section id="do-you-want-to-contribute" class="level2">
<h2 class="anchored" data-anchor-id="do-you-want-to-contribute">Do you want to contribute?</h2>
<p>Any contribution is welcome, please read this guide to learn how to do it.</p>
<p>Any contribution is welcome, please read <a href="./contribute.html">this guide</a> to learn how to do it.</p>


</section>
Expand Down
7 changes: 7 additions & 0 deletions _site/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"section": "A note about using this material",
"text": "A note about using this material\nWhile the text in this guide is released under a Creative Commons Attribution-ShareAlike 4.0 International License, specific scripts or programming routines may have different licences and authors. If you use the material in any way, make sure to check the Licence note associated to each section and cite it appropriately."
},
{
"objectID": "index.html#citing-this-guide",
"href": "index.html#citing-this-guide",
"title": "DA-documentation",
"section": "Citing this guide",
"text": "Citing this guide\nYou can cite this guide using its Zenodo metadata and DOI ."
},
{
"objectID": "index.html#do-you-want-to-contribute",
"href": "index.html#do-you-want-to-contribute",
Expand Down

0 comments on commit d7f8ef5

Please sign in to comment.