File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 99 # This enables the Run Workflow button on the Actions tab.
1010 workflow_dispatch :
1111
12- # https://github.com/JamesIves/github-pages-deploy-action#readme
13- permissions :
14- contents : write
15-
1612# Set DYLAN environment variable to GITHUB_WORKSPACE so packages are
1713# installed in ../../_packages relative to documentation's Makefile
1814env :
4642 with :
4743 name : command-line-parser
4844 path : documentation/build/html/
49-
50- - name : Bypassing Jekyll on GH Pages
51- run : sudo touch documentation/build/html/.nojekyll
52-
53- - name : Deploy docs to GH pages
54- uses : JamesIves/github-pages-deploy-action@v4
55- with :
56- folder : documentation/build/html
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ command-line-parser
66.. current-module :: command-line-parser
77
88.. toctree ::
9-
9+ :hidden:
1010
1111The *command-line-parser * library provides a facility to parse the
1212command line. It exports two modules:
You can’t perform that action at this time.
0 commit comments