Unverified Commit b4788d63 authored by Hongxin Liu's avatar Hongxin Liu Committed by GitHub
Browse files

[devops] fix doc test on pr (#3782)

parent 32f81f14
......@@ -86,7 +86,7 @@ jobs:
- name: Test the Doc
run: |
source activate pytorch
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
for file in ${{ needs.detect-changed-doc.outputs.changed_files }}; do
echo "Testing $file now..."
docer test -p $file
done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment