Skip to content

Bump jinja2 from 2.11.3 to 3.1.3 in /docs #46

Bump jinja2 from 2.11.3 to 3.1.3 in /docs

Bump jinja2 from 2.11.3 to 3.1.3 in /docs #46

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- uses: cachix/cachix-action@v8
with:
name: gi-gtk-declarative
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: 'Build and Test Libraries and Examples'
run: nix-build -j2 --arg doCheck true
- name: 'Build Docs'
run: nix-shell -j2 --run 'cd docs && mkdocs build'