Skip to content

Commit

Permalink
Fix typo in GitHub actions ci.yml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Sep 3, 2024
1 parent 47d3ad5 commit f556d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Download documentation website artifact
uses: actions/download-artifct@v4
uses: actions/download-artifact@v4
with:
name: docs
path: docs
Expand Down

0 comments on commit f556d0e

Please sign in to comment.