Skip to content

Commit

Permalink
Temporarily disable docs deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Mar 1, 2025
1 parent 829d405 commit eded6b2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Deploy site
on:
schedule:
- cron: "0 9 * * *"
workflow_dispatch:
push:
branches:
- main
# Temporarily disable docs deployments
# schedule:
# - cron: "0 9 * * *"
# workflow_dispatch:
# push:
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit eded6b2

Please sign in to comment.