From f7c75766180dc1ffda98ee55049258473a4f11e6 Mon Sep 17 00:00:00 2001 From: grunenwald Date: Fri, 15 Sep 2023 08:09:44 +0200 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e9dcb09..368b2e3 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -31,9 +31,10 @@ jobs: run: make slides # XeTeX : I can't find the format file `xelatex.fmt'! # 2do : https://github.com/pandoc/pandoc-action-example - - name: List files in the build repository + - name: Add index run: | - ls ${{ github.workspace }} + cp ${{ github.workspace }}/template/index.html ${{ github.workspace }}/build + cp ${{ github.workspace }}/template/style.css ${{ github.workspace }}/build echo "🖥️ build dir :" ls ${{ github.workspace }}/build