Skip to content

Commit

Permalink
Fix asf-site deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Jul 23, 2024
1 parent 046f221 commit 0e232b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/asf-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ jobs:
publish_dir: content
destination_dir: content
force_orphan: true
- run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git checkout asf-site
echo 'publish:' >> .asf.yaml
echo ' whoami: asf-site' >> .asf.yaml
git add .asf.yaml
git commit -m '.asf.yaml'
git push origin asf-site

0 comments on commit 0e232b1

Please sign in to comment.