We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6064c80 commit 54b54a0Copy full SHA for 54b54a0
1 file changed
.github/workflows/publish-output-2.yml
@@ -102,14 +102,6 @@ jobs:
102
print("IfcOpenShell import OK")
103
PY
104
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
-
113
- name: Generate EXPRESS and XSD
114
working-directory: ifc43/code
115
shell: bash
@@ -148,6 +140,7 @@ jobs:
148
140
run: |
149
141
set -euxo pipefail
150
142
python -m generators.html --output ../output/html -j 4
143
+ find "$REPO_DIR" -type d -maxdepth
151
144
152
145
- name: Sync site into output repository
153
146
0 commit comments