Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 28, 2024
1 parent a7b15af commit a7dd160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: gh-pages
ref: gh-pages

- name: Installation
- name: Install
run: |
npm install
npm install bower
Expand All @@ -65,7 +65,6 @@ jobs:
- name: Format commit message
id: commit
working-directory: fa
run: |
message=`git log -1 --pretty=format:%B`
echo "message=$message" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a7dd160

Please sign in to comment.