Skip to content

Commit ff88431

Browse files
authored
Merge pull request #63 from AzureCosmosDB/mcp-kit-update
Refactor GitHub Pages deployment workflow by removing unnecessary ext…
2 parents 0fc487d + 069f820 commit ff88431

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Deploy to GitHub Pages
3333
uses: peaceiris/actions-gh-pages@v3
3434
with:
35-
personal_token: ${{ secrets.GH_PAT }} # PAT secret
35+
personal_token: ${{ secrets.GH_PAT }}
3636
publish_dir: ./build
37-
external_repository: AzureCosmosDB/gallery
38-
publish_branch: gh-pages
37+
publish_branch: gh-pages

0 commit comments

Comments
 (0)