Skip to content

Commit

Permalink
Init git credentials in site-ci (apache#9525)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsondatadev authored and geruh committed Jan 25, 2024
1 parent 1ebb2df commit 0e8b6b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/site-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
with:
python-version: 3.x
- name: Deploy Iceberg documentation
run: make deploy
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
make deploy
working-directory: ./site
2 changes: 1 addition & 1 deletion site/dev/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ set -e

./dev/setup_env.sh

mkdocs gh-deploy --remote-name "${REMOTE}" # --remote-branch asf-site
mkdocs gh-deploy --no-history # --remote-branch asf-site

0 comments on commit 0e8b6b0

Please sign in to comment.