mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Ignore '/docs' on some GH actions, give docs its own action (#10949)
* ignore docs on several actions, give docs its own action * Random doc change to see if the new action runs. * umm... not paths-ignore, paths! * eof fix * enabling typescript checking on docs
This commit is contained in:
@@ -25,7 +25,7 @@ const NotFoundPage = () => (
|
||||
<Layout>
|
||||
<SEO title="404: Not found" />
|
||||
<h1>NOT FOUND</h1>
|
||||
<p>You just hit a route that does not exist... the sadness.</p>
|
||||
<p>Sorry, you've requested a page that does not exist.</p>
|
||||
</Layout>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user