Skip to content

Commit

Permalink
Merge pull request #51 from gtech-mulearn/vishakh-abhayan-patch-2
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
vishakh-abhayan authored May 20, 2024
2 parents 4520f12 + 401b87b commit 749bbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GIT_PAT }}
publish_dir: ./book
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
# jobs:
Expand Down

0 comments on commit 749bbc5

Please sign in to comment.