Skip to content

Commit 3cf0885

Browse files
chore: add scheduled workflow for upstream change detection
Agent-Logs-Url: https://github.com/geocompx/geocompr/sessions/19f46a52-d387-423d-b4a4-554ec62aada0 Co-authored-by: Robinlovelace <1825120+Robinlovelace@users.noreply.github.com>
1 parent 2cb2a1a commit 3cf0885

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/scheduled.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Scheduled
2+
on:
3+
schedule:
4+
- cron: '0 6 1 * *'
5+
workflow_dispatch:
6+
jobs:
7+
bookdown:
8+
name: Render-Book
9+
runs-on: ubuntu-latest
10+
container: ghcr.io/geocompx/suggests:latest
11+
env:
12+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
13+
steps:
14+
- uses: actions/checkout@v2
15+
- name: Render Book
16+
run: Rscript -e 'bookdown::render_book("index.Rmd")'

0 commit comments

Comments
 (0)