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' }}

View File

@ -1,5 +1,4 @@
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-97385487-1"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-97385487-1');</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-97385487-1');</script>