From fc1af52f08a84170bee89ab991473f6515f1bdaa Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 9 Dec 2022 22:27:11 +0530 Subject: [PATCH] Switch branch to main --- .github/workflows/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1430d103..af646edb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,8 +3,8 @@ on: workflow_dispatch: push: branches: - - master - + - main + jobs: publish: name: Publish to docs branch @@ -19,4 +19,4 @@ jobs: - uses: retypeapp/action-github-pages@latest with: branch: docs - update-branch: true \ No newline at end of file + update-branch: true