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 2a65e5f commit 5278e9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/asf-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ jobs:
publish_dir: content
destination_dir: content
force_orphan: true
- run: |
git fetch --all
git checkout asf-site
echo 'publish:' >> .asf.yaml
echo ' whoami: asf-site' >> .asf.yaml
git add .asf.yaml
git commit -m '.asf.yaml' --author "GitHub Actions <[email protected]>"
git push origin asf-site

0 comments on commit 5278e9a

Please sign in to comment.