Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanKossaifi committed Feb 6, 2024
1 parent b899351 commit 632ce99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
python -m pip install -e .
- name: Make doc
run: |
CWD=`pwd`
cd doc
make html
cd ..
echo ${CWD}
- name: Push docs
run: |
# See https://github.community/t/github-actions-bot-email-address/17204/5
Expand All @@ -42,6 +44,8 @@ jobs:
git fetch origin gh-pages
git checkout gh-pages
git rm -r dev/*
echo ${CWD}
echo $(ls)
cp -r doc/build/html/* dev/
git add dev
# If the doc is up to date, the script shouldn't fail, hence --allow-empty
Expand Down

0 comments on commit 632ce99

Please sign in to comment.