Skip to content

Commit ef2433b

Browse files
authored
Specified OT version
1 parent 6dad029 commit ef2433b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Git checkout
1313
uses: actions/checkout@v2
1414
- name: Build Bootstrap ⚙️
15-
uses: dita-ot/dita-ot-action@master
15+
uses: dita-ot/dita-ot-action@4.3
1616
with:
1717
install: |
1818
apt-get update -q
@@ -31,13 +31,13 @@ jobs:
3131
# -- build: |
3232
# dita -i dita/document.ditamap -o out/html -f html5 --filter=myfilter.ditaval
3333
- name: Deploy HTML 🚀
34-
uses: JamesIves/github-pages-deploy-action@v4
34+
uses: JamesIves/github-pages-deploy-action@3.7.1
3535
with:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
BRANCH: gh-pages # The branch the action should deploy to.
3838
FOLDER: out/html # The folder the action should deploy.
3939
- name: Build PDF 🖨️
40-
uses: dita-ot/dita-ot-action@master
40+
uses: dita-ot/dita-ot-action@4.3
4141
with:
4242
install: |
4343
apt-get update -q

0 commit comments

Comments
 (0)