fix(ci): Don't be smart about re deploys it's not working

This commit is contained in:
Jalil David Salamé Messina 2024-01-15 14:36:28 +01:00
parent 1381269748
commit 8e27b9ee60
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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: