Skip to content

Commit

Permalink
Python: Fix Github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Oct 24, 2022
1 parent 312592d commit 3cfffcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
cp -r /tmp/site/* .
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
echo "py.iceberg.apache.org" > /tmp/CNAME
git add --all
git commit -m 'Publish Python docs'
git push -f origin gh-pages-tmp:gh-pages || true

0 comments on commit 3cfffcc

Please sign in to comment.