Skip to content

Commit fd89291

Browse files
committed
--set-upstream origin gh-pages
1 parent 6515aa6 commit fd89291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
permissions:
1414
contents: write
15+
1516
jobs:
1617
deploy:
1718
runs-on: ubuntu-latest
@@ -46,4 +47,4 @@ jobs:
4647
git add .
4748
git status
4849
git commit -m "[automated] Pin GitHub Codespaces link versions"
49-
git push
50+
git push --set-upstream origin gh-pages

0 commit comments

Comments
 (0)