Skip to content

Update 03-attribute-operations.Rmd #109

Update 03-attribute-operations.Rmd

Update 03-attribute-operations.Rmd #109

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Render-no-deploy
jobs:
bookdown:
name: Render-Book
runs-on: ubuntu-latest
container: geocompr/geocompr:suggests
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Render Book
run: |
Rscript -e 'bookdown::render_book("index.Rmd")'