Skip to content

Commit

Permalink
fix: error with github action syntax caused by hardtab
Browse files Browse the repository at this point in the history
  • Loading branch information
oneforalone authored Dec 11, 2023
1 parent 75b1dd6 commit da3a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/dapps/telegram-apps/app-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
cache-dependency-path: './'
cache-dependency-path: './'
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit da3a2b2

Please sign in to comment.