Skip to content

Commit

Permalink
add theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcounsell committed Apr 19, 2024
1 parent fc1c7b4 commit 07b1b15
Show file tree
Hide file tree
Showing 60 changed files with 2,290 additions and 357 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release
'on':
workflow_run:
workflows:
- Test
branches:
- master
types:
- completed
jobs:
release:
name: Release
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: escalate/github-actions-workflows/.github/workflows/release.yml@master
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@

.DS_Store
Thumbs.db
public/
sitespeed-result/
.hugo_build.lock
Loading

0 comments on commit 07b1b15

Please sign in to comment.