Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grunenwald authored Sep 15, 2023
1 parent f96b99b commit f7c7576
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7c7576

Please sign in to comment.