We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6dd23c commit 55691e8Copy full SHA for 55691e8
1 file changed
.github/workflows/pages-workflow.yml
@@ -11,6 +11,7 @@ jobs:
11
steps:
12
- name: Prereqs
13
run : |
14
+ cd ..
15
curl -o nd.zip https://www.naturaldocs.org/download/natural_docs/2.3.1/Natural_Docs_2.3.1.zip
16
tar -xf nd.zip
17
dir
@@ -21,4 +22,4 @@ jobs:
21
22
- name: Run Natural-Docs
23
run: |
24
- '"Natural Docs\NaturalDocs.exe" ${{ github.event.repository.name }}\docs\config'
25
+ '"..\Natural Docs\NaturalDocs.exe" ${{ github.event.repository.name }}\docs\config'
0 commit comments