Skip to content

Commit

Permalink
Try add Verso doc to pages; add mechanism to trigger all CI [annotate]
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 28, 2024
1 parent e9a5370 commit 302149c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .allci
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# change the number below to trigger all CI
1
1 change: 1 addition & 0 deletions .github/workflows/aya.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- '.github/workflows/aya.yml'
- 'aya/**'
- '.allci'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/lean4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- '.github/workflows/lean4.yml'
- 'lean4*/**'

- '.allci'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -133,8 +133,13 @@ jobs:
just annotate DuperXp
popd
pushd lean4-verso-xp
just doc
popd
just pages lean4
just pages lean4-duper-xp
just pages lean4-verso-xp
# - name: Try mk_all
# shell: bash
# run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- '.github/workflows/tla.yml'
- 'tla/**'
- '.allci'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
7 changes: 5 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ up *NAME:
lake -R build

[no-cd]
vdoc:
doc:
lake -R exe mkVersoDoc
open _out/html-multi/index.html

[no-cd]
vdoc: doc
open dist/html-multi/index.html
1 change: 1 addition & 0 deletions lean4-verso-xp/Main.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def main :=
manualMain (%doc VersoXp) (config := config)
where
config := {
destination := "dist",
extraFiles := [("static", "static")],
-- extraCss := ["/static/colors.css", "/static/theme.css", "/static/print.css", "/static/fonts/source-serif/source-serif-text.css", "/static/fonts/source-code-pro/source-code-pro.css", "/static/katex/katex.min.css"],
-- extraJs := ["/static/katex/katex.min.js", "/static/math.js", "/static/print.js"],
Expand Down

0 comments on commit 302149c

Please sign in to comment.