We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255f703 commit 9b598b3Copy full SHA for 9b598b3
.github/workflows/docs.yml
@@ -41,3 +41,13 @@ jobs:
41
git pull
42
- name: Save upgraded packages back to repo
43
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