From 9521536d2700d2424df59555e3ca217627c78bca Mon Sep 17 00:00:00 2001 From: Saltssaumure Date: Wed, 19 Jun 2024 19:57:31 +0100 Subject: [PATCH] Retry deploy --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c7253c7..67c5748 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,11 +15,12 @@ jobs: uses: actions/checkout@v4 - name: Copy images - run: cp -r ./{preview} ./dist + run: cp -r ./{asset,README.md} ./dist - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: deploy - publish_dir: "./dist" \ No newline at end of file + publish_dir: "./dist" + enable_jekyll: true \ No newline at end of file