Skip to content

Commit

Permalink
Merge pull request #1 from SelmaGuedidi/dev
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
SelmaGuedidi authored Dec 24, 2023
2 parents c6dc112 + 2560331 commit 71f7ce8
Show file tree
Hide file tree
Showing 7 changed files with 309 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/angular-github-actions
publish_dir: dist/ErasTune
enable_jekyll: true
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Rodrigo Kamada
Copyright (c) 2023 Selma Guedidi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"angular-github-actions": {
"ErasTune": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
Expand All @@ -17,7 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/angular-github-actions",
"outputPath": "dist/ErasTune",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
Expand Down Expand Up @@ -72,18 +72,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "angular-github-actions:build:production"
"browserTarget": "ErasTune:build:production"
},
"development": {
"browserTarget": "angular-github-actions:build:development"
"browserTarget": "ErasTune:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-github-actions:build"
"browserTarget": "ErasTune:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 71f7ce8

Please sign in to comment.