Skip to content

Commit 25d3d47

Browse files
authored
Update publish-doc.yml
After adding linkchecker the output of generated site is now generated under a `html` sub directory.
1 parent dcda977 commit 25d3d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# Delete the ref to avoid keeping history.
4747
git update-ref -d refs/heads/gh-pages
4848
rm -rf *
49-
mv ../book/* .
49+
mv ../book/html/* .
5050
git add .
5151
git commit -m "Deploy $GITHUB_SHA to gh-pages"
52-
git push --force --set-upstream origin gh-pages
52+
git push --force --set-upstream origin gh-pages

0 commit comments

Comments
 (0)