This commit is contained in:
2026-07-27 19:47:19 +02:00
parent c1a832a01e
commit 9adc2f63b9
+5
View File
@@ -44,6 +44,11 @@ jobs:
sed -i '/@@CONFIG_CODE@@/d' .docs/web/pages/reference.html sed -i '/@@CONFIG_CODE@@/d' .docs/web/pages/reference.html
rm .docs/web/pages/temp_config_code.html rm .docs/web/pages/temp_config_code.html
- name: List files in .docs directory
run: |
echo "Listing files in .docs directory:"
ls -R .docs
- name: Upload spearhead.lua artifact - name: Upload spearhead.lua artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: