Skip to content

Commit

Permalink
Include all theories and redirect to AOT from ROOT index.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed May 9, 2024
1 parent 21cdd0a commit c747fb6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; URL=AOT/AOT/index.html">
<title>Redirect to AOT/AOT/index.html</title>
</head>
<body>
<a href="AOT/AOT/index.html">Click here in case you are not redirected.</a>
</body>
</html>
6 changes: 4 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
docker run -v "$(pwd):/home/isabelle/AOT:rw" makarius/isabelle:Isabelle2023 build -D /home/isabelle/AOT -o browser_info -P /home/isabelle/AOT/output -e
cp -r output build
- name: Patch pages.
run: .github/workflows/patch_pages.py build/Unsorted/AOT/*.html
run: .github/workflows/patch_pages.py build/AOT/AOT/*.html
- name: Replace index.
run: cp .github/workflows/index.html build
- name: Deploy github pages.
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: build/Unsorted/AOT
folder: build
3 changes: 2 additions & 1 deletion ROOT
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
chapter AOT
session "AOT" = "HOL-Cardinals" +
options [show_question_marks = false, names_short = true, browser_info, document_output = "output"]
sessions
Expand All @@ -15,7 +16,7 @@ session "AOT" = "HOL-Cardinals" +
AOT_ExtendedRelationComprehension
AOT_PossibleWorlds
AOT_NaturalNumbers
AOT_Possibilities
AOT_Possibilities
AOT_misc
theories [document = false]
ExportInfo
Expand Down

0 comments on commit c747fb6

Please sign in to comment.