Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 13, 2024
1 parent c2f093c commit 018bb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Add dirs"
run: mkdir -p _site && mdkir -p .jekyll-cache
run: mkdir -p _site && mkdir -p .jekyll-cache
- name: "List directory pre build"
run: ls _site
- name: 'Build Image'
Expand Down

0 comments on commit 018bb11

Please sign in to comment.