File tree Expand file tree Collapse file tree 2 files changed +4
-37
lines changed Expand file tree Collapse file tree 2 files changed +4
-37
lines changed Original file line number Diff line number Diff line change 55name : Deploy Next.js site to Pages
66
77on :
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
2628jobs :
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
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 : |
9698 with :
9799 path : ./out
98100
99- # Deployment job
100101 deploy :
101102 environment :
102103 name : github-pages
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments