fix: 📜 /docs/api won't render (#11168)

* fix: docs/api won't render

    fix: docs/api won't render

    It's unclear to me exactly why, but docz is flimsy with the way
    things are named and runs into odd collision and error messages.

    Somehow renaming the route seem to help. Jut rolling with it after many
    `gatsby clean`

* kill paths-ignore on github-actions

* trigger
This commit is contained in:
Maxime Beauchemin
2020-10-06 13:51:40 -07:00
committed by GitHub
parent c8a5dec84d
commit 071c81f82e
8 changed files with 10 additions and 40 deletions

View File

@@ -1,13 +1,7 @@
# Python unit tests
name: Python
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
on: [push, pull_request]
jobs:
lint: