|
@@ -110,7 +110,7 @@ jobs:
|
|
|
# Antora will not copy folders outside the family tree so we move the
|
|
|
# resources into the build/site folder so the peaceiris action will commit
|
|
|
# the files.
|
|
|
- - name: Copy Tutorials
|
|
|
+ - name: Copy Resources
|
|
|
run: cp -r ./docs/modules/ROOT/resources/* ./build/site/
|
|
|
|
|
|
# Commit changes to the gh-pages branch. Antora requires an empty
|