Skip to content

Try to update the build and deploy workflow #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ jobs:
yaml-lint -q -n $(find pages -regex ".*.md\|.*html")

- name: Setup EESSI to give us R and Python modules
uses: eessi/github-action-eessi@v2
uses: eessi/github-action-eessi@v3
with:
eessi_stack_version: '2021.12'
eessi_stack_version: '2023.06'

- name: Create repository data files
shell: bash
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
module load R/4.0.0-foss-2020a
module load SciPy-bundle/2020.03-foss-2020a-Python-3.8.2
module load R/4.3.2-gfbf-2023a
module load SciPy-bundle/2023.07-gfbf-2023a
make data

# - name: Create PDF file of some pages
Expand Down
Loading