Skip to content

Commit

Permalink
CI: build ci (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan authored Oct 31, 2024
1 parent 711942b commit 30ea4e6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ jobs:
PUBLIC_FIREBASE_APP_ID: ${{ secrets.PUBLIC_FIREBASE_APP_ID }}
PUBLIC_FIREBASE_MEASUREMENT_ID: ${{ secrets.PUBLIC_FIREBASE_MEASUREMENT_ID }}
run: |
pnpm run build
touch build/.nojekyll
pnpm run build:ci
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Copy `build` folder to your hosting.
- [Ramadhan Icon Pack from Flaticon](https://www.flaticon.com/packs/ramadan-31)
- [Recite alquran vectors by Vecteezy](https://www.vecteezy.com/free-vector/recite-alquran)
- [Ramadhan with man and woman by freepik](https://www.freepik.com/free-vector/ramadan-with-man-woman-praying_7372126.htm)
- محمد الحراق, CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0>, via Wikimedia Commons

## Support me

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"prepare": "svelte-kit sync",
"dev": "vite dev",
"build": "svelte-kit sync && vite build && pnpm run make:timestamp && pnpm run make:sitemap",
"build:ci": "svelte-kit sync && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down
1 change: 0 additions & 1 deletion static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Copy `build` folder to your hosting.
- [Ramadhan Icon Pack from Flaticon](https://www.flaticon.com/packs/ramadan-31)
- [Recite alquran vectors by Vecteezy](https://www.vecteezy.com/free-vector/recite-alquran)
- [Ramadhan with man and woman by freepik](https://www.freepik.com/free-vector/ramadan-with-man-woman-praying_7372126.htm)
- محمد الحراق, CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0>, via Wikimedia Commons

## Support me

Expand Down

0 comments on commit 30ea4e6

Please sign in to comment.