We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597568b commit f7c1172Copy full SHA for f7c1172
.github/workflows/docs.yml
@@ -39,9 +39,7 @@ jobs:
39
git config --global user.name 'MFC Action'
40
git config --global user.email '<>'
41
git clone "${{ secrets.DOC_PUSH_URL }}" ../www
42
- mv ../www/.github ..
43
rm -rf ../www/*
44
- mv ../.github ../www/
45
mv build/install/docs/mfc/* ../www/
46
git -C ../www add -A
47
git -C ../www commit -m "Docs @ ${GITHUB_SHA::7}" || true
0 commit comments