Skip to content

Commit

Permalink
Retrack keycodes.json, don't autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishram1123 committed Jun 20, 2024
1 parent f46b156 commit e5d175d
Show file tree
Hide file tree
Showing 3 changed files with 612,832 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/compress_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
with:
ref: 'main'

- name: Generate Keymaps
run: |
chmod 755 ./genAllKeyMaps.sh && ./genAllKeyMaps.sh
- name: Get Hash
run: |
echo "hash=$(git rev-parse --short ${{ github.event.head_commit.id }})" >> "$GITHUB_ENV"
Expand Down Expand Up @@ -69,10 +65,6 @@ jobs:
uses: actions/checkout@v2
with:
ref: 'pre-45'

- name: Generate Keymaps
run: |
chmod 755 ./genAllKeyMaps.sh && ./genAllKeyMaps.sh

- name: Compile schemas
run: |
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.compiled
gjsosk@vishram1123.com/keycodes.json
# schemas compiled dynamically for 44 and below, and not compiled for 45+
*.compiled
Loading

0 comments on commit e5d175d

Please sign in to comment.