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