Skip to content
Merged
Changes from all commits
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
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: build and deploy mathlib4 docs

on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: '0 */8 * * *' # every 8 hours
Expand Down Expand Up @@ -108,6 +112,7 @@ jobs:
path: 'workaround/.lake/build/doc'

- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
id: deployment
uses: actions/deploy-pages@v4

Expand Down