Fix for missing w3.css in DOCS repo

This commit is contained in:
kaltokri
2023-10-20 23:36:27 +02:00
parent 038b89776d
commit 456c002c3c
2 changed files with 2 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ jobs:
- name: Copy build result to MOOSE_DOCS
run: |
cp ./build/doc/*.html ./build/MOOSE_DOCS/Documentation/
cp ./build/doc/*.* ./build/MOOSE_DOCS/Documentation/
- name: Push result to docs repository
if: ${{ vars.FORCE_PUSH == 'true' }}