Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Ignore node_modules
node_modules/
package-lock.json

# Ignore test coverage
junit.xml
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
nodejs: "22"
commands:
- 'echo "output directory: ${READTHEDOCS_OUTPUT}html"'
- npm install --ignore-scripts
- npm ci --ignore-scripts
- npm run generate-docs
# debug output
- cd ${READTHEDOCS_OUTPUT}html && ls -la -R
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gamepad-helper

[![GitHub stars](https://img.shields.io/github/stars/lizardbyte/gamepad-helper.svg?logo=github&style=for-the-badge)](https://github.com/LizardByte/gamepad-helper)
[![GitHub Workflow Status (CI)](https://img.shields.io/github/actions/workflow/status/lizardbyte/gamepad-helper/ci.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge)](https://github.com/LizardByte/gamepad-helper/actions/workflows/ci.yml?query=branch%3Amaster)
[![GitHub Workflow Status (CI)](https://img.shields.io/github/actions/workflow/status/lizardbyte/gamepad-helper/_ci-node.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge)](https://github.com/LizardByte/gamepad-helper/actions/workflows/_ci-node.yml?query=branch%3Amaster)
[![Codecov](https://img.shields.io/codecov/c/gh/LizardByte/gamepad-helper?token=Le2czL1b6e&style=for-the-badge&logo=codecov&label=codecov)](https://codecov.io/gh/LizardByte/gamepad-helper)
[![NPM Monthly Downloads](https://img.shields.io/npm/dm/%40lizardbyte%2Fgamepad-helper?style=for-the-badge&logo=npm&label=npm%20downloads/m)](https://www.npmjs.com/package/@lizardbyte/gamepad-helper)
[![NPM Version](https://img.shields.io/npm/v/%40lizardbyte%2Fgamepad-helper?style=for-the-badge&logo=npm&label=npm%20version)](https://www.npmjs.com/package/@lizardbyte/gamepad-helper)
Expand Down
Loading