Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
parpok authored Oct 3, 2023
2 parents 40b004d + 867a68a commit 2a005ca
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/Lighthouse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Lighthouse
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: npm install, build
run: |
# npm install
# npm run build
- name: run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ <h1>Parpok</h1>
</footer>
<!-- JENOTY -->
</body>
</html>
</html>
10 changes: 10 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
ci: {
collect: {
staticDistDir: './',
},
upload: {
target: 'temporary-public-storage',
},
},
};
1 change: 0 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,3 @@ footer{
position: fixed;
bottom: 0;
}
/* jeez stuff ain't working like I wanted */

0 comments on commit 2a005ca

Please sign in to comment.