Skip to content

Commit

Permalink
update_workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi committed Mar 12, 2024
1 parent a6b15b1 commit 71cba8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
any::rmarkdown
any::downlit
any::xml2

- name: Compile
run: |
cd QuartoBook/AquaFortR_Codes/
R CMD SHLIB xcorr2D.f90
R CMD SHLIB conv2D.f90
R CMD SHLIB cape.f90
- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
- name: ZIP
run: |
mkdir Swirl
zip -r Swirl/AquaFortR_Swirl.zip AquaFortR_Swirl/
mkdir materials
zip -r materials/AquaFortR_Swirl.zip AquaFortR_Swirl/
zip -r materials/AquaFortR_Codes.zip QuartoBook/AquaFortR_Codes.zip
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: Swirl # The folder the action should deploy.
folder: materials # The folder the action should deploy.

0 comments on commit 71cba8b

Please sign in to comment.