Skip to content

Commit

Permalink
update cicd, set homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlags committed May 22, 2024
1 parent 27a9e02 commit cdb6af7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ jobs:
cd client
npm i
npm run build
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.PAGES_TOKEN }}
publish_dir: ./client/dist
3 changes: 1 addition & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"homepage": "https://moonlags.github.io/gpsitty/"
}
}
1 change: 0 additions & 1 deletion client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import path from "path";

// https://vitejs.dev/config/
export default defineConfig({
base: "/gpsitty/",
plugins: [react()],
resolve: {
alias: {
Expand Down

0 comments on commit cdb6af7

Please sign in to comment.