Skip to content

Commit 9b598b3

Browse files
committed
Update website when docs update
1 parent 255f703 commit 9b598b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ jobs:
4141
git pull
4242
- name: Save upgraded packages back to repo
4343
run: git add . && git commit -m "upgrade deps && docs" && git push origin main
44+
- name: Update website
45+
run: |
46+
gh api \
47+
--method POST \
48+
-H "Accept: application/vnd.github+json" \
49+
-H "X-GitHub-Api-Version: 2022-11-28" \
50+
/repos/mayank1513/r18gs/merge-upstream \
51+
-f "branch=main"
52+
env:
53+
GH_TOKEN: ${{ secrets.mayank1513PAT }}

0 commit comments

Comments
 (0)