trivial: fix doc publishing (Fixes: #3838)

This commit is contained in:
Mario Limonciello 2021-10-06 14:56:25 -05:00
parent bc43adf020
commit ffb921af3f

View File

@ -102,7 +102,7 @@ jobs:
git config user.email "info@fwupd.org"
git config user.name "Documentation deployment Bot"
rm -rf *
cp ../libfwupd* ../*html ../*.js . -R
cp ../libfwupd* ../*html . -R
git add .
git commit -a --allow-empty -m "Trigger deployment"
git push git@github.com:fwupd/fwupd.github.io.git