Skip to content

Commit

Permalink
update deploy.yml for identity
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsdroff committed Dec 12, 2024
1 parent 9db15db commit 4ec49fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
- name: Run page generation script
run: python scripts/generate_pages.py

- name: Configure Git
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
- name: Stage and commit changes
run: |
git add docs/*
git commit -m "Add generated pages"
git push
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 4ec49fc

Please sign in to comment.