Skip to content

Commit

Permalink
filter docs deployment for relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 8, 2024
1 parent ff070f5 commit a8f23b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: html_docs
path: build/docs/html
path: |
build/docs/html/**/*.html
build/docs/html/**/*.js
build/docs/html/**/*.css
build/docs/html/**/*.jpe?g
build/docs/html/**/*.png
build/docs/html/**/*.woff2
build/docs/html/**/*.ttf
overwrite: true

deploy:
Expand Down

0 comments on commit a8f23b8

Please sign in to comment.