Skip to content

Commit

Permalink
exclude external dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yianchenhpe committed Jun 27, 2024
1 parent 87e14c4 commit 8291be2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: .
path: |
.
!./external
# Deployment job
deploy:
Expand Down

0 comments on commit 8291be2

Please sign in to comment.