Skip to content

Commit

Permalink
Update keyboardGT.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Apr 5, 2022
1 parent 0e90283 commit 8a22fe2
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/keyboardGT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2





# Installation and Directories

- name: Download and install saxon
Expand All @@ -24,7 +22,7 @@ jobs:
unzip download

- name: make gh-pages_out, keyboards, doc folder
- name: Make gh-pages_out, keyboards, doc folder
run: |
mkdir ghout
mkdir ghout/keyboards
Expand All @@ -33,23 +31,22 @@ jobs:
# Transformation and analysis

- name: transform MUFI snapshot to keyboard
- name: Transform MUFI snapshot to keyboard
run: |
java -jar saxon-he-10.5.jar -xsl:scripts/keyboard.xsl output=keyboards \
-s:scripts/keyboard.xsl
shell: bash



- name: make compressed table view

- name: Make compressed table view
run: |
java -jar saxon-he-10.5.jar -xsl:scripts/keyboard.xsl output=keytable release=$GITHUB_RUN_NUMBER \
-s:scripts/keyboard.xsl -o:ghout/overview.md
shell: bash

# GH-style

- name: copy css styles keybords docs and yml files
- name: Copy css styles, keybords, docs and yml files
run: |
cp scripts/table_hide.css ghout/
cp scripts/_config.yml ghout/
Expand Down

0 comments on commit 8a22fe2

Please sign in to comment.