mirror of
https://github.com/apache/superset.git
synced 2026-04-09 11:25:23 +00:00
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:
committed by
GitHub
parent
c8a5dec84d
commit
071c81f82e
8
.github/workflows/superset-python.yml
vendored
8
.github/workflows/superset-python.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user