Skip to content

Commit

Permalink
Merge pull request #178 from inrae/up-schema-prod
Browse files Browse the repository at this point in the history
feat: Update scheme of production
  • Loading branch information
statnmap authored Jul 24, 2023
2 parents 89bb435 + 45cbadb commit 1347b0a
Show file tree
Hide file tree
Showing 4 changed files with 3,002 additions and 2,267 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/docker-renv-pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
- dev
- test-docker-ci
- fix-pkgdown
- up-schema-prod

name: pkgdown-docker-renv

Expand All @@ -23,6 +23,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install universe
run: |
sudo apt-get update
sudo apt install -y software-properties-common
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
sudo apt-get update
- uses: r-lib/actions/setup-pandoc@v2

- name: Cache packages
Expand Down
Binary file modified dev/diades_package_production.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dev/diades_package_structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1347b0a

Please sign in to comment.