Skip to content

Commit

Permalink
Fix doc path
Browse files Browse the repository at this point in the history
JeanKossaifi committed Feb 6, 2024
1 parent 3d8ca47 commit 3fb5371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
git fetch origin gh-pages
git checkout gh-pages
git rm -r dev/*
cp -r doc/_build/html/* dev
cp -r doc/build/html/* dev
git add dev
# If the doc is up to date, the script shouldn't fail, hence --allow-empty
# Might be a cleaner way to check

0 comments on commit 3fb5371

Please sign in to comment.