Skip to content

Commit ea787a9

Browse files
committed
Delete old yml file + cleanup build
1 parent c90bd8f commit ea787a9

File tree

2 files changed

+4
-37
lines changed

2 files changed

+4
-37
lines changed

.github/workflows/nextjs.yml renamed to .github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
name: Deploy Next.js site to Pages
66

77
on:
8+
schedule:
9+
- cron: '0 0 * * *' # runs at every 12AM UTC
810
# Runs on pushes targeting the default branch
911
push:
1012
branches: ['main']
@@ -25,12 +27,12 @@ concurrency:
2527

2628
jobs:
2729
build:
28-
# Build documentation
2930
runs-on: ubuntu-latest
3031
strategy:
3132
matrix:
3233
python-version: ['3.11']
3334
steps:
35+
# Build documentation pages
3436
- uses: actions/checkout@v3
3537
- name: Set up Python ${{ matrix.python-version }}
3638
uses: actions/setup-python@v4
@@ -44,7 +46,7 @@ jobs:
4446
run: |
4547
python utils/generate_docs.py
4648
47-
# Build actual site
49+
# Build website
4850
- name: Detect package manager
4951
id: detect-package-manager
5052
run: |
@@ -96,7 +98,6 @@ jobs:
9698
with:
9799
path: ./out
98100

99-
# Deployment job
100101
deploy:
101102
environment:
102103
name: github-pages

.github/workflows/generate_docs.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)