Skip to content

Commit

Permalink
Cleaned up debug output
Browse files Browse the repository at this point in the history
- Finished debugging for now
  • Loading branch information
ErisDS committed Jan 7, 2025
1 parent 2576769 commit bd6d313
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
api-url: ${{ secrets.EDGE_GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.EDGE_GHOST_ADMIN_API_KEY }}
working-directory: packages/edge
- name: Output File Size
run: |
FILE_SIZE=$(stat --printf="%s" /home/runner/work/Themes/Themes/packages/edge/edge.zip)
echo "File size: ${FILE_SIZE} bytes"
subtree:
name: Subtree
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/episode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Echo Secret in Debug Mode
run: echo ${{secrets.EPISODE_GHOST_ADMIN_API_URL}} | sed 's/./& /g'
- name: Deploy theme
uses: TryGhost/action-deploy-theme@v1
with:
Expand Down

0 comments on commit bd6d313

Please sign in to comment.