Skip to content

Commit

Permalink
Fix typo causing failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Danura30082 committed Nov 30, 2024
1 parent 0b407f4 commit 5769312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
find site -type l -exec echo "Symlink found: {}" \; -o -type f -links +1 -exec echo "Hard link found: {}" \;
- name: Upload build artifacts
uses: actions/upload-pages-artifact@v3s
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: site
Expand Down

0 comments on commit 5769312

Please sign in to comment.