Skip to content

Commit

Permalink
Fix run step typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxMD committed Jul 13, 2023
1 parent 5dc5484 commit a7c3401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docsDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build website
run: npm build
run: npm run build

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand Down

0 comments on commit a7c3401

Please sign in to comment.