Skip to content

Commit

Permalink
Action update
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemIdrisi committed Mar 7, 2024
1 parent 4b68adf commit 9c522d4
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 @@ -26,6 +26,7 @@ jobs:
run: python main.py

- name: Trigger GitHub Pages build
uses: actions/github-pages-action@v4
uses: peaceiris/actions-gh-pages@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ # Directory to deploy, usually the root of the repository

0 comments on commit 9c522d4

Please sign in to comment.