Skip to content

Commit bf6d317

Browse files
authored
Include SVG files in poster build step
Add SVG files to the docs build process. Signed-off-by: Eric Hackathorn <62408375+Hackshaven@users.noreply.github.com>
1 parent 7c5a9e7 commit bf6d317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
cp poster/html/hrrr_wind_interactive.html docs/build/poster/
5050
cp poster/html/hrrr_temp_interactive.html docs/build/poster/
5151
cp poster/html/*.png docs/build/poster/
52+
cp poster/html/*.svg docs/build/poster/
5253
5354
- name: Upload Pages artifact
5455
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)