Skip to content

Commit

Permalink
Change destination branch to gh-pages in content_list_page.yml if it …
Browse files Browse the repository at this point in the history
…can trigger the action
  • Loading branch information
sagarpatel288 committed Oct 8, 2024
1 parent 58c9347 commit f312a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content_list_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.TOKEN }}
publish_branch: github_pages_from_main
publish_dir: ./kotlinDSAWithIntellijIdea
destination_branch: gh-pages # Specify the branch to deploy to

0 comments on commit f312a91

Please sign in to comment.