Skip to content

Commit dfb9e95

Browse files
committed
Some simplification and clean-up.
1 parent ea60baf commit dfb9e95

9 files changed

Lines changed: 352 additions & 398 deletions

File tree

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'LiaScript-Exporter'
22
description: 'Export LiaScript courses to SCORM, PDF, Web, and other formats for LMS deployment and distribution'
3-
author: 'grugnog'
3+
author: 'LiaScript'
44
branding:
55
icon: 'book'
66
color: 'blue'
@@ -40,6 +40,10 @@ inputs:
4040
description: 'Embed Markdown in JS'
4141
required: false
4242
default: 'false'
43+
scorm-always-active:
44+
description: 'Keep SCORM always active'
45+
required: false
46+
default: 'false'
4347

4448
# PDF settings
4549
pdf-theme:

action/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add this action to your workflow:
99
```yaml
1010
- name: Export course to SCORM
1111
id: export
12-
uses: LiaScript/LiaScript-Exporter@master
12+
uses: grugnog/LiaScript-Exporter@github-actions
1313
with:
1414
input-file: 'README.md'
1515
format: 'scorm1.2'

action/dist/action.js

Lines changed: 18 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)