Skip to content

Commit d490ed7

Browse files
authored
Revert "Temporarily disable docs deployments" (#582)
1 parent 4a9d3f4 commit d490ed7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/deploy.yaml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Deploy site
22
on:
3-
# Temporarily disable docs deployments
4-
# schedule:
5-
# - cron: "0 9 * * *"
6-
# workflow_dispatch:
7-
# push:
8-
# branches:
9-
# - main
3+
schedule:
4+
- cron: "0 9 * * *"
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- main
109

1110
concurrency:
1211
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)