Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanGrenier committed Feb 17, 2025
1 parent 47bc253 commit 2a05539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
test:
name: 🧪 Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -21,6 +22,7 @@ jobs:

build:
runs-on: ubuntu-latest
name: 🏗 Build
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
deploy:
name: Deploy React App to GitHub Pages
name: 🚀 Deploy React App to GitHub Pages
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -41,10 +41,6 @@ jobs:

- name: Setup Pages
uses: actions/configure-pages@v5
# with:
# target_branch: gh-pages
# folder: docs/html
# clean: true

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default defineConfig({
plugins: [react(), tailwindcss()],
resolve: {
alias: {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
"@": path.resolve(__dirname, "./src"),
},
},
Expand Down

0 comments on commit 2a05539

Please sign in to comment.