Skip to content

add osmnx to environment.yml #217

add osmnx to environment.yml

add osmnx to environment.yml #217

Workflow file for this run

on:
push:
branches:
[main]
name: Render
jobs:
bookdown:
name: Netlify
runs-on: ubuntu-latest
container: ghcr.io/geocompx/docker:python
defaults:
run:
shell: bash -l {0}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Render
run: |
quarto render
ls docs
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './docs'
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: false
enable-commit-comment: false
overwrites-pull-request-comment: true
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1