Fix building docs failing

This commit is contained in:
david-swift 2024-07-29 19:07:35 +02:00
parent 0973ea579d
commit 3b58e44c59

View File

@ -35,7 +35,7 @@ jobs:
- name: Modify Docs
run: |
echo "<script>window.location.href += \"/documentation/meta\"</script>" > docs/index.html;
sed -i '' 's/,2px/,10px/g' docs/css/index.038e887c.css
sed -i '' 's/,2px/,10px/g' docs/css/index.*.css
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with: