Skip to content

Commit

Permalink
Update gh_pages.yml
Browse files Browse the repository at this point in the history
Bump GRASS version to 8.4
  • Loading branch information
ninsbl authored Aug 8, 2024
1 parent ee94960 commit 6c80947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
sudo apt-get install -y -qq grass grass-dev grass-doc wget
- name: Fix GRASS GIS installation for g.extension (needed for Ubuntu 18.04 grass packages)
run: |
wget https://grass.osgeo.org/grass83/manuals/grass_logo.png
wget https://grass.osgeo.org/grass83/manuals/grassdocs.css
sudo mv grass_logo.png /usr/lib/grass83/docs/html/grass_logo.png
sudo mv grassdocs.css /usr/lib/grass83/docs/html/grassdocs.css
wget https://grass.osgeo.org/grass84/manuals/grass_logo.png
wget https://grass.osgeo.org/grass84/manuals/grassdocs.css
sudo mv grass_logo.png /usr/lib/grass84/docs/html/grass_logo.png
sudo mv grassdocs.css /usr/lib/grass84/docs/html/grassdocs.css
- name: Install the modules to directory called build
run: |
find ./src/ -maxdepth 2 -mindepth 2 -type d \
Expand Down

0 comments on commit 6c80947

Please sign in to comment.