Skip to content

Merge pull request #979 from florisvdh/patch-1 #1504

Merge pull request #979 from florisvdh/patch-1

Merge pull request #979 from florisvdh/patch-1 #1504

Workflow file for this run

name: qgis
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
bookdown:
name: Render-Book
runs-on: ubuntu-latest
container: geocompr/geocompr:qgis
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Install deps
run: Rscript -e 'remotes::install_github("geocompr/geocompkg", dependencies = TRUE, force = TRUE)'
- name: Render Book
run: Rscript -e 'bookdown::render_book("index.Rmd")'