ソースを参照

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: