trivial: fix docs deployment

This commit is contained in:
Mario Limonciello 2022-09-22 21:52:50 -05:00
parent 34dfa86896
commit b7ac4b4077

View File

@ -55,7 +55,7 @@ jobs:
git config user.email "info@fwupd.org"
git config user.name "Documentation deployment Bot"
rm -rf *
cp ../libfwupd* ../fwupd/*html . -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