File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 9
9
# This enables the Run Workflow button on the Actions tab.
10
10
workflow_dispatch :
11
11
12
- # https://github.com/JamesIves/github-pages-deploy-action#readme
13
- permissions :
14
- contents : write
15
-
16
12
# Set DYLAN environment variable to GITHUB_WORKSPACE so packages are
17
13
# installed in ../../_packages relative to documentation's Makefile
18
14
env :
46
42
with :
47
43
name : command-line-parser
48
44
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
6
6
.. current-module :: command-line-parser
7
7
8
8
.. toctree ::
9
-
9
+ :hidden:
10
10
11
11
The *command-line-parser * library provides a facility to parse the
12
12
command line. It exports two modules:
You can’t perform that action at this time.
0 commit comments