Skip to content

Commit

Permalink
Update deploy.yml (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlime authored Jan 19, 2025
1 parent 759127a commit a468975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: yarn install
- name: Build website
run: yarn build
- name: Generate redirects
uses: dilanx/generate-redirects@v1
with:
destination-directory: ./dist
# - name: Generate redirects
# uses: dilanx/generate-redirects@v1
# with:
# destination-directory: ./dist
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit a468975

Please sign in to comment.