Skip to content

Commit 54b54a0

Browse files
committed
[tmp]
1 parent 6064c80 commit 54b54a0

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/publish-output-2.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ jobs:
102102
print("IfcOpenShell import OK")
103103
PY
104104
105-
- name: Clean generated output
106-
working-directory: ifc43/code
107-
shell: bash
108-
run: |
109-
set -euxo pipefail
110-
rm -rf ../output/bsdd ../output/psd ../output/html-publish
111-
rm -f ../output/IFC.exp ../output/IFC.xsd ../output/psd.zip
112-
113105
- name: Generate EXPRESS and XSD
114106
working-directory: ifc43/code
115107
shell: bash
@@ -148,6 +140,7 @@ jobs:
148140
run: |
149141
set -euxo pipefail
150142
python -m generators.html --output ../output/html -j 4
143+
find "$REPO_DIR" -type d -maxdepth
151144
152145
- name: Sync site into output repository
153146
shell: bash

0 commit comments

Comments
 (0)