Skip to content

Commit

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

- name: Trigger GitHub Pages build
uses: peaceiris/actions-gh-pages@v3
- 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

0 comments on commit d2366ff

Please sign in to comment.