mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-04 03:11:21 +01:00
Article padding improvement (#1739)
* Curb excessive article padding * Fix blog article oversight
This commit is contained in:
@@ -329,7 +329,7 @@ jobs:
|
||||
```
|
||||
|
||||
Hint: Since Docker Hub has [removed free autobuilds](https://www.docker.com/blog/changes-to-docker-hub-autobuilds/), but GitHub Actions are still free for public repositories (and with limits for private ones), you can build Docker images and then push them to Docker Hub very similar to the above workflow.
|
||||
Just add the login action [`docker/login-action`](https://github.com/marketplace/actions/docker-login) at the beginning, set `push` to `false`, _et voila_, now you are pushing.
|
||||
Just add the login action [`docker/login-action`](https://github.com/marketplace/actions/docker-login) at the beginning, set `push` to `true`, _et voila_, now you are pushing.
|
||||
|
||||
### Putting releases out
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ function Template(props) {
|
||||
<h1 align="center">{frontmatter.title}</h1>
|
||||
)}
|
||||
<div
|
||||
className="docsPagesContent rounded md:rounded-lg px-4 pb-8 md:pb-16"
|
||||
className="docsPagesContent rounded md:rounded-lg md:pb-8"
|
||||
dangerouslySetInnerHTML={{ __html: html }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user