Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add GitHub Actions for documentation deployment #11540

Merged
merged 3 commits into from
Apr 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
delete midnight build
  • Loading branch information
julienrbrt committed Apr 4, 2022
commit 77cf8fc571fdcba477ca81c5142f713b02c1df22
4 changes: 1 addition & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Deploy Documentation
# This job builds and deploys documenation to github pages.
# It runs on every push to master.
# It runs on every push to master with a change in the docs folder.
on:
push:
branches:
- master
paths:
- "docs/**"
schedule:
- cron: "* 0 * * *"

jobs:
build-and-deploy:
Expand Down