Skip to content

Commit

Permalink
docs: Rebuild on push (#1765)
Browse files Browse the repository at this point in the history
Also clarify the steps for building docs locally.

Co-authored-by: Oliver Holworthy <[email protected]>
  • Loading branch information
mikemckiernan and oliverholworthy authored Feb 20, 2023
1 parent 3ae3427 commit 08c3c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-sched-rebuild.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: docs-sched-rebuild

on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 0 * * *"
branches: [main]
tags:
- v*
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Follow the instructions below to build the docs.
```shell
python3 -m vevn .venv
source .venv/bin/activate
python -m pip install -U pip tox
tox -e docs
```

Expand Down

0 comments on commit 08c3c4e

Please sign in to comment.