Skip to content

Commit

Permalink
Update build_offline_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2dogtwo authored Mar 15, 2024
1 parent 4dc50a9 commit 1c97e8d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_offline_docs.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
name: Build documentation for offline usage
on:
workflow_dispatch:
schedule:
# Every week on Monday at midnight (UTC).
# This keeps the generated HTML documentation fresh.
- cron: '0 0 * * 1'

jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
branch:
- master
- 3.6
- 4.2
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1c97e8d

Please sign in to comment.