From 86fd2344f6fa0b785b5a01002821e56c66ccbe7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 17 Oct 2023 22:22:30 +0200 Subject: [PATCH] fix index title --- .gitea/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 3b39da3..fbdafd4 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -18,4 +18,4 @@ jobs: - name: Deploy to Pages uses: actions/pages@v1 with: - index-tile: "Game Theory in Flow Problems" + index-title: "Game Theory in Flow Problems"