Skip to content

Commit

Permalink
Fix website directory trigger
Browse files Browse the repository at this point in the history
ChatGPT claims we need the splat splat to trigger from directory
contents.

Also add a manual trigger so I don't need to commit in order to rebuild.
  • Loading branch information
gwynforthewyn committed Mar 25, 2024
1 parent 742d32a commit 459bbd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_website_docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
paths:
- Dockerfile
- website
- 'website/**'
worfklow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 459bbd4

Please sign in to comment.