소스 검색

copy only contents of resources

mitm001 5 년 전
부모
커밋
06ad6de2e8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/main.yml

+ 1 - 2
.github/workflows/main.yml

@@ -108,8 +108,7 @@ jobs:
     # resources into the build/site folder so the peaceiris action will commit
     # the files.
     - name: Copy tutorials to build
-      run: cp -r ./docs/modules/ROOT/resources ./build/site/
-
+      run: cp -r ./docs/modules/ROOT/resources/* ./build/site/
     # Commit changes to the gh-pages branch. Antora requires an empty
     # '.nojekyll' be present in the branch due to certain directories starting
     # with an underscore. This action has an option, set by default, to add that