fix(ci): Don't be smart about re deploys it's not working
This commit is contained in:
parent
1381269748
commit
8e27b9ee60
1 changed files with 0 additions and 10 deletions
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
|
@ -4,16 +4,6 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
# This workflow
|
||||
- ./.github/workflows/deploy.yml
|
||||
# Docs generation code
|
||||
- ./docs/**
|
||||
# Module options
|
||||
- ./options.nix
|
||||
# Nix files
|
||||
- ./flake.lock
|
||||
- ./flake.nix
|
||||
|
||||
jobs:
|
||||
build-website:
|
||||
|
|
Loading…
Reference in a new issue