File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments