浏览代码

fix branch name for tests

erenJag 5 年之前
父节点
当前提交
a373a676e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/deploy_doc.yml

+ 1 - 1
.github/workflows/deploy_doc.yml

@@ -14,7 +14,7 @@ jobs:
       # Checkout source form Github
       - uses: actions/checkout@master
         with:
-          ref: master
+          ref: gh_pages_deploy
       # Install Python runtime and dependencies
       - uses: actions/setup-python@v1
         with: