diff --git a/.gitea/workflows/update-docs.yml b/.gitea/workflows/update-docs.yml index a473a3d..8f547e8 100644 --- a/.gitea/workflows/update-docs.yml +++ b/.gitea/workflows/update-docs.yml @@ -44,6 +44,11 @@ jobs: sed -i '/@@CONFIG_CODE@@/d' .docs/web/pages/reference.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 uses: actions/upload-artifact@v3 with: