Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 authored Dec 29, 2024
1 parent 9890564 commit b9ea677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/import-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
- name: Convert typespec files (en+de)
run: ./utils/precheck.sh
working-directory: ebusd-configuration${{ env.suffix }}/
- name: check
run: ls -la .; env; echo "e=${suffix} s=${subdir} "; ls -la ebusd-configuration${{ env.suffix }}/; exit 2
- name: Stash versions
continue-on-error: true
run: |
Expand All @@ -63,6 +61,8 @@ jobs:
mv ebusd-configuration${suffix}/outcsv/de ${subdir}/
find ${subdir}/en/ -type d -exec ./.github/workflows/genindex.sh \{\} \;
find ${subdir}/de/ -type d -exec ./.github/workflows/genindex.sh \{\} \;
- name: check
run: echo "in cfg${suffix}:";ls -la ebusd-configuration${{ env.suffix }}/; echo "in ${subdir}/en:";ls -la ${{ env.subdir }}/en;
- name: Generate mapping
run: |
date=$(date +%Y-%m-%d)
Expand All @@ -85,7 +85,7 @@ jobs:
with:
name: conversion_result
path: |
mapping.md
${subdir}/mapping.md
${subdir}/en
${subdir}/de
Expand Down

0 comments on commit b9ea677

Please sign in to comment.