Skip to content

Commit

Permalink
Merge pull request #438 from oneforalone/patch-1
Browse files Browse the repository at this point in the history
fix: error with github action syntax caused with mis-matched indent
  • Loading branch information
kuhel authored Dec 11, 2023
2 parents 75b1dd6 + da3a2b2 commit a3d4c59
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 a3d4c59

Please sign in to comment.