Skip to content

Commit 5ad0f5d

Browse files
committed
update date
1 parent 0758e5f commit 5ad0f5d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Publish to GitHub Pages
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- docs
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
310
jobs:
411
build:
512
runs-on: ubuntu-latest

bookml

Submodule bookml updated 1 file

docs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
\title{\texorpdfstring{BookML\@: \LaTeX{} to \HTML, made easy(ish). \\ Powered by \href{https://dlmf.nist.gov/LaTeXML/}{\LaTeXML}.}{BookML: LaTeX to HTML, made easy(ish). Powered by LaTeXML.}}
120120
\author{Vincenzo Mantova}
121121
122-
\date{6\textsuperscript{th} January 2026}
122+
\date{14\textsuperscript{th} January 2026}
123123
124124
\begin{document}
125125

0 commit comments

Comments
 (0)