Skip to content

Commit

Permalink
Try push
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemIdrisi committed Mar 8, 2024
1 parent 35d8971 commit dcd8a2c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/streaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Run script
run: python main.py

- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.9.3

with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ # Directory to deploy, usually the root of the repository
- name: Commit and push changes
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "Update results"
git push

0 comments on commit dcd8a2c

Please sign in to comment.