Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolás Georger <[email protected]>
  • Loading branch information
ngeorger authored Mar 20, 2024
1 parent de58226 commit 4a44769
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Note: This is a fork from Ghost, intended to be used to deploy "securely" our themes.
<p align="center">
<a href="https://ghost.org">
<img src="https://user-images.githubusercontent.com/65487235/157884383-1b75feb1-45d8-4430-b636-3f7e06577347.png" width="200px" alt="Ghost" />
</a>
</p>
<h3 align="center">Deploy your Ghost Theme from GitHub</h3>
<p align="center">
<a href="https://github.com/marketplace/actions/deploy-ghost-theme">
<img src="https://img.shields.io/badge/view-action-blue.svg" alt="View Action" />
</a>
<a href="https://github.com/TryGhost/action-deploy-theme/contributors/">
<img src="https://img.shields.io/github/contributors/TryGhost/action-deploy-theme.svg" alt="Contributors" />
</a>
Expand Down Expand Up @@ -56,11 +54,11 @@ on:
- main
jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1
uses: sredevopsorg/action-deploy-theme@main
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}
Expand Down

0 comments on commit 4a44769

Please sign in to comment.