disable static deploy task

This commit is contained in:
Loren Norman 2025-06-13 12:21:10 -04:00
parent 473e7438a8
commit fa09bfa2ea

View file

@ -3,8 +3,8 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# push:
# branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: