Skip to content

Commit

Permalink
Recreate static error pages (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joomla-translation-bot committed Sep 11, 2021
1 parent 156d583 commit f35d9d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-translation-pull-request-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
# We need the full depth to create / update the pull request against the main repo
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 10

- name: Fetch latest cms changes
run: |
Expand All @@ -47,6 +50,12 @@ jobs:
echo ${SYNC_PATH}
rsync -i -rptgo --checksum --ignore-times --delete --exclude="*en-GB*" core-translations-main/joomla_${SYNC_VERION}/translations/core/${SYNC_PATH} joomla-cms/${SYNC_PATH}
- name: Create commit
run: |
npm install
npm ci
node .\build\build.js --build-pages
- name: Create commit
run: |
git config user.name Translation Bot
Expand Down

0 comments on commit f35d9d6

Please sign in to comment.