Skip to content

Commit

Permalink
github_workflows: automate doc publishing further
Browse files Browse the repository at this point in the history
- run workflow nightly
- use default token

PiperOrigin-RevId: 692184517
  • Loading branch information
proppy authored and copybara-github committed Nov 1, 2024
1 parent 71641cf commit 1a0b8b9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-mkdocs-commit-html.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Build MkDocs And Commit HTML
name: Nighly Build MkDocs And Commit HTML

on:
schedule:
# Nightly at midnight PDT -- uses UTC, so 7am.
- cron: '0 7 * * *'
# This lets us trigger manually from the UI.
workflow_dispatch:
inputs:
xls-github-bot-pat:
description: 'The Personal Access Token (PAT) for the xls-github-bot user.'
required: true

permissions:
contents: write

jobs:
docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Nightly Fuzz
on:
schedule:
# Nightly at midnight -- uses UTC, so 7am.
# Nightly at midnight PDT -- uses UTC, so 7am.
- cron: '0 7 * * *'
# This lets us trigger manually from the UI.
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Nightly MacOS
on:
schedule:
# Nightly at midnight -- uses UTC, so 7am.
# Nightly at midnight PDT -- uses UTC, so 7am.
- cron: '0 7 * * *'
# This lets us trigger manually from the UI.
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Nightly Ubuntu 22.04
on:
schedule:
# Nightly at midnight -- uses UTC, so 7am.
# Nightly at midnight PDT -- uses UTC, so 7am.
- cron: '0 7 * * *'
# This lets us trigger manually from the UI.
workflow_dispatch:
Expand Down

0 comments on commit 1a0b8b9

Please sign in to comment.