Skip to content

Commit

Permalink
test new generate redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Mar 18, 2024
1 parent 8ea2cd3 commit cbb918b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: npm ci
- name: Build website
run: npm run build
- name: Generate redirects
uses: dilanx/generate-redirects
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"postbuild": "bash static/genredir.sh < redirects.txt",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit cbb918b

Please sign in to comment.