CI: Also publish svgs in ./misc

This commit is contained in:
TEC 2020-12-26 12:31:00 +08:00
parent 7b50ed1164
commit b8411cc4a6
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 3 additions and 1 deletions

View File

@ -61,8 +61,10 @@ jobs:
- name: Move files of interest to the publish subdir
run: |
cd ~/.config/doom
mkdir -p ./publish
mkdir ./publish
mv *.html ./publish
mkdir ./publish/misc
mv ./misc/*.svg ./publish/misc/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3