Skip to content

Commit f49791c

Browse files
authored
Merge pull request #77 from github/docs-build-on-separate-branch
docs: build on separate branch
2 parents 72ea346 + 7f3b865 commit f49791c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
git config --local user.name "Actions Auto Build"
3434
git add docs/_data/reference.json
3535
git commit -m "docs: compile reference.json" || true
36-
git push
36+
git push --force origin HEAD:refs/heads/docs

0 commit comments

Comments
 (0)