Skip to content

Commit

Permalink
Correct typo in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian authored Oct 14, 2023
1 parent fc3dd6e commit 4c07fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Write courses pages
run: |
cd ./scripts./; ./write-courses.py
cd ./scripts/; ./write-courses.py
- name: Build website with Jekyll
uses: jerryjvl/jekyll-build-action@v1
Expand Down

0 comments on commit 4c07fdc

Please sign in to comment.