Skip to content

Commit 06f50ba

Browse files
committed
Update actions for render_page.yml
1 parent c38a1df commit 06f50ba

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/render_page.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@ name: render page
22
on:
33
push:
44
branches:
5-
- main
5+
- main
6+
workflow_dispatch:
7+
schedule:
8+
# every week on Sunday
9+
- cron: "0 0 * * 0"
10+
611
jobs:
712
deploy:
813
runs-on: ubuntu-latest
914
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v5
1217
with:
1318
python-version: 3.x
1419
- run: |
15-
pip install mkdocs-material mkdocs-bibtex neoteroi-mkdocs mkdocs-video
20+
pip install -r requirements.txt
1621
mkdocs gh-deploy --force

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
setuptools
2+
mkdocs-material
3+
mkdocs-bibtex
4+
neoteroi-mkdocs
5+
mkdocs-video

0 commit comments

Comments
 (0)