Skip to content

Commit

Permalink
github_workflows/doc: publish doc continuously
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy authored and copybara-github committed Nov 15, 2024
1 parent 7136fbd commit 7102b84
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-mkdocs-commit-html.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Nighly Build MkDocs And Commit HTML

on:
schedule:
# Nightly at midnight PDT -- uses UTC, so 7am.
- cron: '0 7 * * *'
# Run on every commit pushed to main.
push:
branches:
- main
# This will skip deploy per step 5 of https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#creating-a-custom-github-actions-workflow-to-publish-your-site).
pull_request:
branches:
- main
# This lets us trigger manually from the UI.
workflow_dispatch:

Expand Down

0 comments on commit 7102b84

Please sign in to comment.