File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,22 +139,22 @@ jobs:
139139 shell : bash
140140 run : |
141141 set -euxo pipefail
142- python build_html.py --output ../output/html-publish -j 4
142+ python -m generators.html --output ../output/html -j 4
143143
144144 - name : Sync site into output repository
145145 shell : bash
146146 run : |
147147 set -euxo pipefail
148148 mkdir -p "$TARGET_SITE_DIR"
149- rsync -a --delete "${GITHUB_WORKSPACE}/ifc43/output/html-publish /" "${TARGET_SITE_DIR}/"
149+ rsync -a --delete "${GITHUB_WORKSPACE}/ifc43/output/html/" "${TARGET_SITE_DIR}/"
150150
151151 - name : Commit and push output
152152 working-directory : output-repo
153153 shell : bash
154154 run : |
155155 set -euxo pipefail
156- git config user.name "github-actions[bot] "
157- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
156+ git config user.name "bSI-Bot "
157+ git config user.email ${{ secrets.BSI_BOT_EMAIL }}
158158 git add -A IFC/RELEASE/IFC4_3
159159 if git diff --cached --quiet; then
160160 echo "No output changes to commit."
You can’t perform that action at this time.
0 commit comments