Skip to content

Commit

Permalink
cleans
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoatyMcBoatFace committed Sep 13, 2023
1 parent a429974 commit 693f77e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-ghost-theme.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

# https://github.com/marketplace/actions/deploy-ghost-theme
# https://github.com/getsentry/action-release
name: Deploy Theme

on:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
fetch-depth: 0

- name: Create Release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
artifacts: "" # You can specify the artifacts to upload here
body: "Auto-generated release from v${{ needs.versioning.outputs.version }}"
Expand All @@ -66,7 +67,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}

configure-sentry:
needs: create-release
needs: versioning
name: Configure Sentry
runs-on: ubuntu-latest
steps:
Expand All @@ -83,6 +84,7 @@ jobs:
SENTRY_URL: ${{ secrets.SENTRY_URL }}
with:
environment: production
version: ${{ needs.versioning.outputs.version }}

deploy-ghost:
runs-on: ubuntu-22.04
Expand Down
7 changes: 0 additions & 7 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
<link rel="preload" as="style" href="{{asset "built/screen.css"}}" />
<link rel="preload" as="script" href="{{asset "built/casper.js"}}" />

{{!-- Sentry Monitoring --}}
<script
src="https://sentry.beltway.cloud/js-sdk-loader/a2c59658a75980de3ede52a9485ea0c5.min.js"
crossorigin="anonymous"
></script>


{{!-- Theme assets - use the {asset} helper to reference styles & scripts,
this will take care of caching and cache-busting automatically --}}
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}" />
Expand Down

0 comments on commit 693f77e

Please sign in to comment.