浏览代码

test: Testing a fix

Vaclav Elias 1 年之前
父节点
当前提交
f6efd6c722
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/stride-docs-test-build.yml

+ 2 - 2
.github/workflows/stride-docs-test-build.yml

@@ -47,11 +47,11 @@ jobs:
     - name: Checkout Stride (note the LFS)
       uses: actions/checkout@v4
       with:
-        repository: stride3d/stride
+        repository: VaclavElias/stride
         token: ${{ secrets.GITHUB_TOKEN }}
         path: stride
         lfs: true
-        ref: master
+        ref: docs-test
 
     - name: Install DocFX
       # This installs the latest version of DocFX and may introduce breaking changes