2
0
mitm001 5 жил өмнө
parent
commit
4e2a62b734

+ 3 - 3
.github/workflows/main.yml

@@ -105,11 +105,11 @@ jobs:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
 
     # Antora will not copy folders outside the family tree so we move the
     # Antora will not copy folders outside the family tree so we move the
-    # tutorials into the build/site folder so the peaceiris action will commit
+    # resources into the build/site folder so the peaceiris action will commit
     # the files.
     # the files.
     - name: Copy tutorials to build
     - name: Copy tutorials to build
-      run: cp -r ./docs/modules/ROOT/resources/tutorials ./build/site/
-      
+      run: cp -r ./docs/modules/ROOT/resources ./build/site/
+
     # Commit changes to the gh-pages branch. Antora requires an empty
     # Commit changes to the gh-pages branch. Antora requires an empty
     # '.nojekyll' be present in the branch due to certain directories starting
     # '.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
     # with an underscore. This action has an option, set by default, to add that