trivial: circleci: explicitly add new doc files on deployment

When a new section is introduced (or renamed) it's not getting added
currently.
This commit is contained in:
Mario Limonciello 2020-02-05 12:44:45 -06:00
parent 6c8beb6b3c
commit 4adec1b752

View File

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