Skip to content

Commit 3136495

Browse files
committed
Small workflow tweaks
1 parent f7952a8 commit 3136495

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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."

0 commit comments

Comments
 (0)