Skip to content

Try Buliding theme

Try Buliding theme #11

Workflow file for this run

name: Deploy Theme
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ secrets.GHOST_ADMIN_API_URL != Null }}

Check failure on line 10 in .github/workflows/deploy-theme.yml

View workflow run for this annotation

GitHub Actions / Deploy Theme

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-theme.yml (Line: 10, Col: 9): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GHOST_ADMIN_API_URL != Null
steps:
- uses: actions/checkout@v4
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1
with:
theme-name: fastest
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}