Skip to content

Commit

Permalink
Debug info deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawSwiderski committed Aug 12, 2024
1 parent 8533e55 commit cb2b1ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Print env
run: printenv
- name: Build with Gradle
run: ./gradlew build
- name: List Output
run: ls -al ./build/dist/js/productionExecutable
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions webpack.config.d/loaders.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ config.module.rules.push(
include: [require('path').resolve(__dirname, "kotlin/scss/styles.scss")],
},
);

config.stats = 'verbose';

0 comments on commit cb2b1ff

Please sign in to comment.