Refactor Chapter 14 to use z22 Census 2022 data #1572
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| name: Render-no-deploy | |
| jobs: | |
| bookdown: | |
| name: Render-Book | |
| runs-on: ubuntu-latest | |
| container: ghcr.io/geocompx/suggests:latest | |
| env: | |
| GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Render Book | |
| run: | | |
| Rscript -e 'bookdown::render_book("index.Rmd")' |