Skip to content

Commit

Permalink
Retry deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 19, 2024
1 parent 0408cb5 commit 9521536
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
publish_dir: "./dist"
enable_jekyll: true

0 comments on commit 9521536

Please sign in to comment.