diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7764e1c..b667d5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,6 +55,7 @@ jobs: mkdir output touch output/.nojekyll cp *.pdf output/ + cp -r presentation output/ - name: Push to gh-pages if: success() && github.event_name == 'push'